Compare commits

..

No commits in common. "ba912698dc255fed48b88b31cf5d3223fa8e2952" and "5a5dd31c68602788fc56c8df3c409058d409d68c" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +1,3 @@
export default {
baseUrl: "https://warehouse.szjixun.cn",
baseUrl: "http://192.168.88.175:9021",
};

View File

@ -14,7 +14,7 @@
<div class="content2">
<div class="wrap1">
<div class="wrap1_1">
<image :src="avatar"></image>
<image src="../../static/06@3x.png"></image>
</div>
<div class="wrap1_2">
<div class="wrap1_2_1">
@ -48,8 +48,7 @@ export default {
orderTotal:0,
validContractDays:0,
nickName:'',
telNum:'',
avatar:''
telNum:''
}
},
onLoad(){
@ -71,7 +70,6 @@ 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);
}