This commit is contained in:
2020-07-08 18:14:41 +08:00
parent c4fb80d06b
commit 9ffdfa652a
30 changed files with 640 additions and 1271 deletions

View File

@@ -66,6 +66,9 @@ export default {
onLoad() {
this.getUserInfo();
},
onNavigationBarButtonTap(e) {
if( e.index == 0 ) uni.navigateBack();
},
methods: {
changeAvatar() {
const url = this.$u.http.config.baseUrl + '/Upload/uploadfile';