|
@@ -22,26 +22,6 @@
|
|
|
{{user.group_level_name}}
|
|
{{user.group_level_name}}
|
|
|
</view>
|
|
</view>
|
|
|
</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 || 0}}
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="info">
|
|
|
|
|
- <view class="info-tit" @click="navTo('/pages/user/award')">
|
|
|
|
|
- <text>我的佣金</text>
|
|
|
|
|
- <image src="/static/icon/goto.png" mode=""></image>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="info-value">
|
|
|
|
|
- {{userInfo.brokerage_price || 0}}
|
|
|
|
|
- </view>
|
|
|
|
|
- </view>
|
|
|
|
|
- </view> -->
|
|
|
|
|
<view class="user-money flex">
|
|
<view class="user-money flex">
|
|
|
|
|
|
|
|
<view class="user-money-item" @click="navTo('/pages/user/yue')">
|
|
<view class="user-money-item" @click="navTo('/pages/user/yue')">
|
|
@@ -49,10 +29,10 @@
|
|
|
<view class="user-money-num">{{ userInfo.now_money*1 || 0 }}</view>
|
|
<view class="user-money-num">{{ userInfo.now_money*1 || 0 }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="user-xian"></view>
|
|
<view class="user-xian"></view>
|
|
|
- <view class="user-money-item" @click="navTo('/pages/user/award')">
|
|
|
|
|
|
|
+<!-- <view class="user-money-item" @click="navTo('/pages/user/award')">
|
|
|
<view class="user-money-font">我的积分</view>
|
|
<view class="user-money-font">我的积分</view>
|
|
|
<view class="user-money-num">{{ userInfo.integral*1 || 0 }}</view>
|
|
<view class="user-money-num">{{ userInfo.integral*1 || 0 }}</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<view class="user-xian"></view>
|
|
<view class="user-xian"></view>
|
|
|
<view class="user-money-item" @click="navTo('/pages/user/award')">
|
|
<view class="user-money-item" @click="navTo('/pages/user/award')">
|
|
|
<view class="user-money-font">我的佣金</view>
|
|
<view class="user-money-font">我的佣金</view>
|
|
@@ -657,7 +637,8 @@
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
padding: 20rpx 0;
|
|
padding: 20rpx 0;
|
|
|
- font-weight: bold;
|
|
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+
|
|
|
.user-money-num {
|
|
.user-money-num {
|
|
|
font-size: 36rpx;
|
|
font-size: 36rpx;
|
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
@@ -667,7 +648,7 @@
|
|
|
|
|
|
|
|
.user-money-font {
|
|
.user-money-font {
|
|
|
font-size: $ltl-size-lg;
|
|
font-size: $ltl-size-lg;
|
|
|
- color:#333333;
|
|
|
|
|
|
|
+ color: #333333;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -720,6 +701,7 @@
|
|
|
padding: 50rpx 0 0rpx;
|
|
padding: 50rpx 0 0rpx;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
|
|
+
|
|
|
.jg {
|
|
.jg {
|
|
|
width: 1px;
|
|
width: 1px;
|
|
|
height: 100rpx;
|
|
height: 100rpx;
|
|
@@ -1014,10 +996,12 @@
|
|
|
padding: 5rpx 0;
|
|
padding: 5rpx 0;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.info-wrap {
|
|
.info-wrap {
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
width: 690rpx;
|
|
width: 690rpx;
|
|
|
- margin: 0 30rpx 20rpx;
|
|
|
|
|
|
|
+ margin: 0 30rpx 20rpx;
|
|
|
|
|
+
|
|
|
.info {
|
|
.info {
|
|
|
width: 338rpx;
|
|
width: 338rpx;
|
|
|
height: 178rpx;
|
|
height: 178rpx;
|
|
@@ -1027,17 +1011,21 @@
|
|
|
color: #333333;
|
|
color: #333333;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
padding: 45rpx 0 0 35rpx;
|
|
padding: 45rpx 0 0 35rpx;
|
|
|
|
|
+
|
|
|
image {
|
|
image {
|
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
|
width: 12rpx;
|
|
width: 12rpx;
|
|
|
height: 22rpx;
|
|
height: 22rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
&-tit {
|
|
&-tit {
|
|
|
padding-bottom: 25rpx;
|
|
padding-bottom: 25rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
&-value {
|
|
&-value {
|
|
|
font-size: 38rpx;
|
|
font-size: 38rpx;
|
|
|
color: #00B68E;
|
|
color: #00B68E;
|
|
|
|
|
+
|
|
|
&::before {
|
|
&::before {
|
|
|
content: '¥';
|
|
content: '¥';
|
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|