优化
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<view class='user-info-card' @click.stop='goPath("/pages/mine/index")'>
|
<view class='user-info-card' @click.stop='goPath("/pages/mine/index")'>
|
||||||
<image class='user-avatar' :src='userInfo.image||defaultAvatar' mode='aspectFill' />
|
<image class='user-avatar' :src='userInfo.image||defaultAvatar' mode='aspectFill' />
|
||||||
<text class='user-name primary-text-color'>{{ userInfo?.nickName || '未登录未登录未登录未登录未登录未登录未登录未登录未登录未登录' }}</text>
|
<text class='user-name primary-text-color'>{{ userInfo?.nickName || '点击注册会员' }}</text>
|
||||||
<view class='integral-view primary-text-color' @click.stop='goPath("/pages/mine/subs/integral/index")'>
|
<view class='integral-view primary-text-color' @click.stop='goPath("/pages/mine/subs/integral/index")'>
|
||||||
<text>{{ userInfo?.integration || 0 }}</text>
|
<text>{{ userInfo?.integration || 0 }}</text>
|
||||||
<text>积分</text>
|
<text>积分</text>
|
||||||
|
Reference in New Issue
Block a user