|
@@ -61,8 +61,8 @@
|
|
|
<text class="title">我的账户</text>
|
|
<text class="title">我的账户</text>
|
|
|
|
|
|
|
|
<view class="menu">
|
|
<view class="menu">
|
|
|
- <view class="item" @click="jump('/pages/mine/my-points/my-points?point='+userInfo.point)">
|
|
|
|
|
- <text>{{userInfo.point || 0}}</text>
|
|
|
|
|
|
|
+ <view class="item" @click="jump('/pages/mine/my-points/my-points?point='+userInfo.pointValue)">
|
|
|
|
|
+ <text>{{userInfo.pointValue || 0}}</text>
|
|
|
通兑积分
|
|
通兑积分
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|