我 的 u 币
+
+
+ 我的U币 U币规则 >
+
+
+
+
+
@@ -18,6 +26,9 @@
\ No newline at end of file
diff --git a/src/views/user/Setting.vue b/src/views/user/Setting.vue
index 279b6888..5b1eb0fe 100644
--- a/src/views/user/Setting.vue
+++ b/src/views/user/Setting.vue
@@ -204,7 +204,6 @@
}
},
mounted(){
- //console.log(this.userInfo,'this.userInfo')
if(this.userInfo.avatar){
this.avatarUrl = this.avatar;
}
@@ -212,7 +211,6 @@
this.getInfo();
this.getSysTypeTree().then(rs => {
this.sysTypeListMap = rs;
- console.log(this.sysTypeListMap,'sysTypeListMap');
});
},
methods:{
@@ -222,7 +220,6 @@
let data = res.result.map(item => item.refId);
this.checkboxGroup = data;
}
- console.log(res,'res');
})
},
handleClick(e){
@@ -255,16 +252,12 @@
}),
load(){
userApi.detail(this.userInfo.aid).then(res=>{
- //console.log(res)
if(res.status==200){
- //console.log(res)
- //console.log(res.result,'res.result')
this.form=res.result
}
});
},
openAvatar(){
- //console.log(this.avatarUrl,'this.avatarUrl');
this.dialogVisibleAvatar=true
},
openPassword(){