Commit fb742442 authored by leiqingsong's avatar leiqingsong

修改

parent a63227d3
......@@ -3,11 +3,7 @@
<van-cell-group class="group-1">
<van-cell title="用户名" :value="$userId" />
<van-cell is-link center title="头像" @click="onModefy">
<img
class="avatar-img"
:src="avatar"
alt="头像"
/>
<img class="avatar-img" :src="avatar" alt="头像" />
</van-cell>
</van-cell-group>
<van-cell-group>
......@@ -20,9 +16,12 @@
<van-cell is-link title="软件更新" value="版本v1.2" />
<van-cell is-link title="用户协议" @click="jumpToInstructions" />
</van-cell-group>
<van-button size="large" class="logout-btn" @click="logout"
>退出登录</van-button
>
<a href="redirect://xts.com/login_activity">
<van-button size="large" class="logout-btn" @click="logout"
>退出登录</van-button
>
</a>
<base-dialog
base-dialog-title="推荐人邀请码"
......
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