购物车,积分,订单详情
This commit is contained in:
@@ -17,12 +17,12 @@
|
||||
<view class='user-info-card'>
|
||||
<image class='user-avatar' :src='userInfo.image' mode='aspectFill' />
|
||||
<text class='user-name primary-text-color'>{{ userInfo?.nickName }}</text>
|
||||
<view class='integral-view primary-text-color'>
|
||||
<view class='integral-view primary-text-color' @click.stop='goPath("/pages/mine/subs/integral/index")'>
|
||||
<text>{{ userInfo?.integration }}</text>
|
||||
<text>积分</text>
|
||||
</view>
|
||||
<view class='divider' style='height: 83rpx' />
|
||||
<view class='balance-view'>
|
||||
<view class='balance-view' @click.stop='goPath("/pages/mine/subs/recharge/index")'>
|
||||
<text class='accent-text-color'>{{ userInfo?.balance }}</text>
|
||||
<text>余额(元)</text>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user