|
|
@@ -57,16 +57,21 @@
|
|
|
<image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
<view class="user-points__num">{{integral / 100}}</view>
|
|
|
</view> -->
|
|
|
- <!-- <view class="user-points" bindtap="toCashList">
|
|
|
- <view class="user-points__title">我的收入</view>
|
|
|
- <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
- <view class="user-points__num">{{cashbalance / 100}}</view>
|
|
|
- </view> -->
|
|
|
- <view class="user-points" bindtap="toRadish">
|
|
|
- <view class="user-points__title">我的提货券</view>
|
|
|
- <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
- <view class="user-points__num">{{balance / 100}}</view>
|
|
|
- </view>
|
|
|
+ <!-- <view class="user-points" bindtap="toCashList">
|
|
|
+ <view class="user-points__title">我的余额</view>
|
|
|
+ <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
+ <view class="user-points__num">{{cashbalance / 100}}</view>
|
|
|
+ </view> -->
|
|
|
+ <view class="user-points" bindtap="toRadish">
|
|
|
+ <view class="user-points__title">我的提货券</view>
|
|
|
+ <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
+ <view class="user-points__num">{{balance / 100}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="user-points" bindtap="toCash">
|
|
|
+ <view class="user-points__title">我的余额</view>
|
|
|
+ <image class="user-points__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
+ <view class="user-points__num">{{cashbalance / 100}}</view>
|
|
|
+ </view>
|
|
|
<view class="user-luobo">
|
|
|
<!--
|
|
|
<navigator url="/packageUser/pages/user/exchange/exchange">
|
|
|
@@ -149,13 +154,9 @@
|
|
|
<view class="user-line__title">我的推广</view>
|
|
|
<image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view> -->
|
|
|
- <view class="user-line" bindtap="toCash" style="border:0;" wx:if="{{userInfo.show_invite_mode}}">
|
|
|
- <view class="user-line__title">我的收入</view>
|
|
|
- <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
- </view>
|
|
|
- <view class="user-line" bindtap="toCommission" style="border:0;" wx:if="{{userInfo.tc_bl>0}}">
|
|
|
- <view class="user-line__title">我的提成</view>
|
|
|
- <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
+ <view class="user-line" bindtap="toCommission" style="border:0;" wx:if="{{userInfo.tc_bl>0}}">
|
|
|
+ <view class="user-line__title">我的提成</view>
|
|
|
+ <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="user-padding">
|