添加:个人中心添加可用积分显示
This commit is contained in:
parent
9d2ee72fe1
commit
0660fd47ea
|
|
@ -72,6 +72,10 @@
|
|||
<text class="num">{{userInfo.total_visit_product || 0}}</text>
|
||||
<view class="txt">浏览记录</view>
|
||||
</view>
|
||||
<view class="num-item">
|
||||
<text class="num">{{userInfo.legumes_integral || 0}}</text>
|
||||
<view class="txt">可用积分</view>
|
||||
</view>
|
||||
<!--<view class="num-item" @click="goMenuPage('/pages/users/user_coupon/index')">-->
|
||||
<!-- <text class="num">{{userInfo.total_coupon || 0}}</text>-->
|
||||
<!-- <view class="txt">优惠券</view>-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue