Commit ba7b8c1f authored by chenqikuai's avatar chenqikuai

fix: 修复修改手机号后个人页面显示号码没有改变的bug

parent a8cd95f6
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<header> <header>
<van-image width="55" round height="55" :src="userIcon" class="left"></van-image> <van-image width="55" round height="55" :src="userIcon" class="left"></van-image>
<div> <div>
<div v-if="isLogin">{{userInfo.user}}</div> <div v-if="isLogin">{{userInfo.phone}}</div>
<div v-else style="color:#353535;font-size: 20px;font-weight: 500;" @click="toLogin">立即登录</div> <div v-else style="color:#353535;font-size: 20px;font-weight: 500;" @click="toLogin">立即登录</div>
</div> </div>
<div> <div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment