fix
This commit is contained in:
parent
d92741f617
commit
ba912698dc
@ -14,7 +14,7 @@
|
||||
<div class="content2">
|
||||
<div class="wrap1">
|
||||
<div class="wrap1_1">
|
||||
<image src="../../static/06@3x.png"></image>
|
||||
<image :src="avatar"></image>
|
||||
</div>
|
||||
<div class="wrap1_2">
|
||||
<div class="wrap1_2_1">
|
||||
@ -48,7 +48,8 @@ export default {
|
||||
orderTotal:0,
|
||||
validContractDays:0,
|
||||
nickName:'',
|
||||
telNum:''
|
||||
telNum:'',
|
||||
avatar:''
|
||||
}
|
||||
},
|
||||
onLoad(){
|
||||
@ -70,6 +71,7 @@ export default {
|
||||
if(res.status === 0){
|
||||
this.nickName = res.data.user.nickName
|
||||
this.telNum = res.data.user.telNum
|
||||
this.avatar = res.data.user.avatar
|
||||
}else{
|
||||
this.$common.msgToast(res.msg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user