|
|
@@ -24,25 +24,25 @@
|
|
|
</view>
|
|
|
<view class="flex info-wrap">
|
|
|
<view class="info">
|
|
|
- <view class="info-tit">
|
|
|
+ <view class="info-tit" @click="navTo('/pages/user/yue')">
|
|
|
<text>我的余额</text>
|
|
|
<image src="/static/icon/goto.png" mode=""></image>
|
|
|
</view>
|
|
|
<view class="info-value">
|
|
|
- 500
|
|
|
+ {{ userInfo.now_money*1 || 0 }}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="info">
|
|
|
+ <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">
|
|
|
- 500
|
|
|
+ {{ userInfo.brokerage_price*1 || 0 }}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="user-money flex">
|
|
|
+ <!-- <view class="user-money flex">
|
|
|
<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>
|
|
|
@@ -52,7 +52,7 @@
|
|
|
<view class="user-money-font">优惠券</view>
|
|
|
<view class="user-money-num">{{ userInfo.now_money*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,7 +102,8 @@
|
|
|
<image class="oitem-image" src="../../static/user/s4.png" mode=""></image>
|
|
|
<view class="oitem-font">联系客服</view>
|
|
|
</view>
|
|
|
- <view class="oitem" @click="openKf()" 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>
|
|
|
@@ -651,7 +652,8 @@
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
padding: 20rpx 0;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: bold;
|
|
|
+
|
|
|
.user-money-num {
|
|
|
font-size: 36rpx;
|
|
|
font-family: PingFang SC;
|
|
|
@@ -661,7 +663,7 @@
|
|
|
|
|
|
.user-money-font {
|
|
|
font-size: $ltl-size-lg;
|
|
|
- color:#333333;
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -714,6 +716,7 @@
|
|
|
padding: 50rpx 0 0rpx;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: flex-start;
|
|
|
+
|
|
|
.jg {
|
|
|
width: 1px;
|
|
|
height: 100rpx;
|
|
|
@@ -1008,10 +1011,12 @@
|
|
|
padding: 5rpx 0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.info-wrap {
|
|
|
justify-content: space-between;
|
|
|
width: 690rpx;
|
|
|
- margin: 0 30rpx 20rpx;
|
|
|
+ margin: 0 30rpx 20rpx;
|
|
|
+
|
|
|
.info {
|
|
|
width: 338rpx;
|
|
|
height: 178rpx;
|
|
|
@@ -1021,17 +1026,21 @@
|
|
|
color: #333333;
|
|
|
font-weight: bold;
|
|
|
padding: 45rpx 0 0 35rpx;
|
|
|
+
|
|
|
image {
|
|
|
margin-left: 10rpx;
|
|
|
width: 12rpx;
|
|
|
height: 22rpx;
|
|
|
}
|
|
|
+
|
|
|
&-tit {
|
|
|
padding-bottom: 25rpx;
|
|
|
}
|
|
|
+
|
|
|
&-value {
|
|
|
font-size: 38rpx;
|
|
|
color: #00B68E;
|
|
|
+
|
|
|
&::before {
|
|
|
content: '¥';
|
|
|
font-size: 30rpx;
|