|
@@ -8,43 +8,43 @@
|
|
</view>
|
|
</view>
|
|
<view class="topRight" @click="goRouter('extract')">提现</view>
|
|
<view class="topRight" @click="goRouter('extract')">提现</view>
|
|
</view>
|
|
</view>
|
|
- <view class="xffl" @click="goRouter('myConnections')">
|
|
|
|
|
|
+ <view class="xffl">
|
|
<view class="xfflTitle">消费返利</view>
|
|
<view class="xfflTitle">消费返利</view>
|
|
<view class="xfflLine">
|
|
<view class="xfflLine">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflyq"></view>
|
|
<view class="xfflyq"></view>
|
|
<view class="xfflLineLeftTxt">一级人脉/返利</view>
|
|
<view class="xfflLineLeftTxt">一级人脉/返利</view>
|
|
</view>
|
|
</view>
|
|
- <view class="xfflLineM">{{detail.oneNum}} 人</view>
|
|
|
|
- <view class="xfflLineR">¥ {{detail.oneMoney}}</view>
|
|
|
|
|
|
+ <view class="xfflLineM" @click="goRouter('myConnections')">{{detail.oneNum}} 人</view>
|
|
|
|
+ <view class="xfflLineR" @click="goRouter('rebateList')">¥ {{detail.oneMoney}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="xfflLine">
|
|
<view class="xfflLine">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflyq2"></view>
|
|
<view class="xfflyq2"></view>
|
|
<view class="xfflLineLeftTxt">二级人脉/返利</view>
|
|
<view class="xfflLineLeftTxt">二级人脉/返利</view>
|
|
</view>
|
|
</view>
|
|
- <view class="xfflLineM">{{detail.twoNum}} 人</view>
|
|
|
|
- <view class="xfflLineR">¥ {{detail.twoMoney}}</view>
|
|
|
|
|
|
+ <view class="xfflLineM" @click="goRouter('myConnections')">{{detail.twoNum}} 人</view>
|
|
|
|
+ <view class="xfflLineR" @click="goRouter('rebateList')">¥ {{detail.twoMoney}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="xfflLine">
|
|
<view class="xfflLine">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflyq3"></view>
|
|
<view class="xfflyq3"></view>
|
|
<view class="xfflLineLeftTxt">三级人脉/返利</view>
|
|
<view class="xfflLineLeftTxt">三级人脉/返利</view>
|
|
</view>
|
|
</view>
|
|
- <view class="xfflLineM">{{detail.threeNum}} 人</view>
|
|
|
|
- <view class="xfflLineR">¥ {{detail.threeMoney}}</view>
|
|
|
|
|
|
+ <view class="xfflLineM" @click="goRouter('myConnections')">{{detail.threeNum}} 人</view>
|
|
|
|
+ <view class="xfflLineR" @click="goRouter('rebateList')">¥ {{detail.threeMoney}}</view>
|
|
</view>
|
|
</view>
|
|
- <!-- <view class="xfflLine">
|
|
|
|
|
|
+ <view class="xfflLine">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflyq4"></view>
|
|
<view class="xfflyq4"></view>
|
|
- <view class="xfflLineLeftTxt">四级人脉/返利</view>
|
|
|
|
|
|
+ <view class="xfflLineLeftTxt">累计人脉/返利</view>
|
|
</view>
|
|
</view>
|
|
- <view class="xfflLineM">{{detail.oneNum}}人</view>
|
|
|
|
- <view class="xfflLineR">¥ {{detail.oneNum}}</view>
|
|
|
|
- </view> -->
|
|
|
|
|
|
+ <view class="xfflLineM" @click="goRouter('myConnections')">{{detail.totalNum}}人</view>
|
|
|
|
+ <view class="xfflLineR" @click="goRouter('rebateList')">¥ {{detail.totalMoney}}</view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="xffl" @click="goRouter('rebateList')">
|
|
|
|
|
|
+ <view class="xffl" >
|
|
<view class="xfflTitle">扫码注册返利</view>
|
|
<view class="xfflTitle">扫码注册返利</view>
|
|
<view class="xfflLine">
|
|
<view class="xfflLine">
|
|
<view class="xfflLineLeft">
|
|
<view class="xfflLineLeft">
|
|
@@ -229,6 +229,7 @@
|
|
}
|
|
}
|
|
.xfflLineLeft{
|
|
.xfflLineLeft{
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ width: 200rpx;
|
|
}
|
|
}
|
|
.xfflLineM{
|
|
.xfflLineM{
|
|
width: 200rpx;
|
|
width: 200rpx;
|