|
@@ -63,12 +63,12 @@
|
|
|
<view class="menu">
|
|
<view class="menu">
|
|
|
<view class="item" @click="jump('/pages/mine/my-points/my-points?point='+userInfo.point)">
|
|
<view class="item" @click="jump('/pages/mine/my-points/my-points?point='+userInfo.point)">
|
|
|
<text>{{userInfo.point || 0}}</text>
|
|
<text>{{userInfo.point || 0}}</text>
|
|
|
- 我的积分
|
|
|
|
|
|
|
+ 通兑积分
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="item" @click="jump('/pages/mine/my-balance/my-balance?pointValue='+userInfo.pointValue)">
|
|
<view class="item" @click="jump('/pages/mine/my-balance/my-balance?pointValue='+userInfo.pointValue)">
|
|
|
<text>{{userInfo.pointValue || 0}}</text>
|
|
<text>{{userInfo.pointValue || 0}}</text>
|
|
|
- 余额
|
|
|
|
|
|
|
+ 积分余额
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|