|
|
@@ -22,37 +22,23 @@
|
|
|
{{user.group_level_name}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex info-wrap">
|
|
|
- <view class="info">
|
|
|
- <view class="info-tit" @click="navTo('/pages/user/yue')">
|
|
|
- <text>我的余额</text>
|
|
|
- <image src="/static/icon/goto.png" mode=""></image>
|
|
|
- </view>
|
|
|
- <view class="info-value">
|
|
|
- {{ userInfo.now_money*1 || 0 }}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="info" @click="navTo('/pages/user/award')">
|
|
|
- <view class="info-tit">
|
|
|
- <text>我的佣金</text>
|
|
|
- <image src="/static/icon/goto.png" mode=""></image>
|
|
|
- </view>
|
|
|
- <view class="info-value">
|
|
|
- {{ userInfo.brokerage_price*1 || 0 }}
|
|
|
- </view>
|
|
|
+ <view class="user-money flex">
|
|
|
+
|
|
|
+ <view class="user-money-item" @click="navTo('/pages/user/yue')">
|
|
|
+ <view class="user-money-font">我的余额</view>
|
|
|
+ <view class="user-money-num">{{ userInfo.now_money*1 || 0 }}</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <!-- <view class="user-money flex">
|
|
|
- <view class="user-money-item" @click="navTo('/pages/user/award')">
|
|
|
+ <view class="user-xian"></view>
|
|
|
+<!-- <view class="user-money-item" @click="navTo('/pages/user/award')">
|
|
|
<view class="user-money-font">我的积分</view>
|
|
|
- <view class="user-money-num">{{ userInfo.brokerage_price*1 || 0 }}</view>
|
|
|
- </view>
|
|
|
+ <view class="user-money-num">{{ userInfo.integral*1 || 0 }}</view>
|
|
|
+ </view> -->
|
|
|
<view class="user-xian"></view>
|
|
|
- <view class="user-money-item" @click="navTo('/pages/user/yue')">
|
|
|
- <view class="user-money-font">优惠券</view>
|
|
|
- <view class="user-money-num">{{ userInfo.now_money*1 || 0 }}</view>
|
|
|
+ <view class="user-money-item" @click="navTo('/pages/user/award')">
|
|
|
+ <view class="user-money-font">我的佣金</view>
|
|
|
+ <view class="user-money-num">{{ userInfo.integral*1 || 0 }}</view>
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
<view class="main-box">
|
|
|
<view class="title flex" @click="navTo('/pages/order/order?state=0')">
|
|
|
<view class="title-left">
|
|
|
@@ -102,8 +88,7 @@
|
|
|
<image class="oitem-image" src="../../static/user/s4.png" mode=""></image>
|
|
|
<view class="oitem-font">联系客服</view>
|
|
|
</view>
|
|
|
- <view class="oitem" @click="navTo('/pages/index/gift?is_wholesale=1')"
|
|
|
- v-if="userInfo && userInfo.uid && userInfo.is_franchisee == 1">
|
|
|
+ <view class="oitem" @click="navTo('/pages/index/gift?is_wholesale=1')" v-if="userInfo && userInfo.uid && userInfo.is_franchisee == 1">
|
|
|
<image class="oitem-image" src="../../static/user/s5.png" mode=""></image>
|
|
|
<view class="oitem-font">代理入口</view>
|
|
|
</view>
|
|
|
@@ -646,7 +631,7 @@
|
|
|
padding: 20rpx 0;
|
|
|
|
|
|
.user-money-item {
|
|
|
- width: 48%;
|
|
|
+ width: 30%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|