|
|
|
@ -6,7 +6,8 @@ |
|
|
|
|
<text class="wallet-item__detail item-balance u-ellipsis-1">{{ userInfo.money || '0' }}</text> |
|
|
|
|
<text class="wallet-item__title">账户余额</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="wallet-item u-flex-col u-col-center" @tap="jump('/pages/user/wallet/score-balance')"> |
|
|
|
|
<!-- @tap="jump('/pages/user/wallet/score-balance')" --> |
|
|
|
|
<view class="wallet-item u-flex-col u-col-center"> |
|
|
|
|
<text class="wallet-item__detail item-score u-ellipsis-1">{{ userInfo.score || '0' }}</text> |
|
|
|
|
<text class="wallet-item__title">积分</text> |
|
|
|
|
</view> |
|
|
|
|