|
@@ -66,11 +66,18 @@
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/noright.png" class="list-righticon" />
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/noright.png" class="list-righticon" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="list-part2">
|
|
|
|
|
|
|
+ <view class="list-part2" wx:if="{{wx_user.rank>=1}}">
|
|
|
<view class="list-nameText">昵称</view>
|
|
<view class="list-nameText">昵称</view>
|
|
|
- <view class="list-priceText" style="right: 200rpx;">上月业绩</view>
|
|
|
|
|
- <view class="list-priceText">本月业绩</view>
|
|
|
|
|
|
|
+ <view class="list-priceText" style="right: 300rpx;">上月业绩</view>
|
|
|
|
|
+ <view class="list-priceText" style="right: 150rpx;">本月业绩</view>
|
|
|
|
|
+ <view class="list-priceText">代理</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="list-part2" wx:else>
|
|
|
|
|
+ <view class="list-nameText">昵称</view>
|
|
|
|
|
+ <view class="list-priceText" style="right: 200rpx;">上月业绩</view>
|
|
|
|
|
+ <view class="list-priceText">本月业绩</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
<view class="list-main" >
|
|
<view class="list-main" >
|
|
|
<!--<view class="list-item" wx:for="{{list}}" wx:key="{{index}}">
|
|
<!--<view class="list-item" wx:for="{{list}}" wx:key="{{index}}">
|
|
@@ -84,8 +91,10 @@
|
|
|
<image class="list-head" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/wx.png" wx:if="{{!item.head}}"></image>
|
|
<image class="list-head" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/wx.png" wx:if="{{!item.head}}"></image>
|
|
|
<view class="list-name ellipsis" wx:if="{{item.nickname}}">{{item.nickname}}</view>
|
|
<view class="list-name ellipsis" wx:if="{{item.nickname}}">{{item.nickname}}</view>
|
|
|
<view class="list-name ellipsis" wx:if="{{!item.nickname}}">---</view>
|
|
<view class="list-name ellipsis" wx:if="{{!item.nickname}}">---</view>
|
|
|
- <view class="list-price" style="right: 200rpx;"><currency symbol="" value="{{item.sale_group_sum}}" ></currency></view>
|
|
|
|
|
- <view class="list-price"><currency symbol="" value="{{item.sale_group}}" ></currency></view>
|
|
|
|
|
|
|
+ <view class="list-price" style="right: 300rpx;" wx:if="{{wx_user.rank>=1}}"><currency symbol="" value="{{item.sale_group_sum}}" ></currency></view>
|
|
|
|
|
+ <view class="list-price" style="right: 200rpx;" wx:else><currency symbol="" value="{{item.sale_group_sum}}" ></currency></view>
|
|
|
|
|
+ <view class="list-price" style="right: 150rpx;" wx:if="{{wx_user.rank>=1}}"><currency symbol="" value="{{item.sale_group}}" ></currency></view>
|
|
|
|
|
+ <view class="list-price" wx:else><currency symbol="" value="{{item.sale_group}}" ></currency></view>
|
|
|
<view wx:if="{{item.ne_invitee.length}}">
|
|
<view wx:if="{{item.ne_invitee.length}}">
|
|
|
<view class="list-oheadlist">
|
|
<view class="list-oheadlist">
|
|
|
<image src="{{item1.head}}" class="list-ohead" wx:for="{{item.ne_invitee}}" wx:for-item="item1" wx:key="{{index}}"/>
|
|
<image src="{{item1.head}}" class="list-ohead" wx:for="{{item.ne_invitee}}" wx:for-item="item1" wx:key="{{index}}"/>
|
|
@@ -95,15 +104,26 @@
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/right.png" class="list-rightimg" />
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/right.png" class="list-rightimg" />
|
|
|
<view class="list-person">{{item.ne_invitee_count}}人</view>
|
|
<view class="list-person">{{item.ne_invitee_count}}人</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="list-price proxy-button" wx:if="{{wx_user.rank>=1}}" bindtap="toproxy" data-userid="{{item.id}}">
|
|
|
|
|
+ <text wx:if="{{item.status == 0}}">申请</text>
|
|
|
|
|
+ <text wx:if="{{item.status == 1}}">审核中</text>
|
|
|
|
|
+ <text wx:if="{{item.status == 2}}" style="color: red;">是</text>
|
|
|
|
|
+ </view>
|
|
|
<view class="clear"></view>
|
|
<view class="clear"></view>
|
|
|
|
|
+
|
|
|
|
|
+ <view>
|
|
|
|
|
+
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view style=" position: relative;" class="list-item" wx:for="{{mlist}}" wx:key="{{index}}" data-val="{{item.wx_uid}}" data-count="{{item.ne_invitee_count}}" bindtap="tomonth" hidden="{{ashow}}">
|
|
<view style=" position: relative;" class="list-item" wx:for="{{mlist}}" wx:key="{{index}}" data-val="{{item.wx_uid}}" data-count="{{item.ne_invitee_count}}" bindtap="tomonth" hidden="{{ashow}}">
|
|
|
<image class="list-head" src="{{item.head}}" wx:if="{{item.head}}"></image>
|
|
<image class="list-head" src="{{item.head}}" wx:if="{{item.head}}"></image>
|
|
|
<image class="list-head" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/wx.png" wx:if="{{!item.head}}"></image>
|
|
<image class="list-head" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/wx.png" wx:if="{{!item.head}}"></image>
|
|
|
<view class="list-name ellipsis" wx:if="{{item.nickname}}">{{item.nickname}}</view>
|
|
<view class="list-name ellipsis" wx:if="{{item.nickname}}">{{item.nickname}}</view>
|
|
|
<view class="list-name ellipsis" wx:if="{{!item.nickname}}">---</view>
|
|
<view class="list-name ellipsis" wx:if="{{!item.nickname}}">---</view>
|
|
|
- <view class="list-price" style="right: 200rpx;"><currency symbol="" value="{{item.sale_group_sum}}" ></currency></view>
|
|
|
|
|
- <view class="list-price"><currency symbol="" value="{{item.sale_group}}" ></currency></view>
|
|
|
|
|
|
|
+ <view class="list-price" style="right: 300rpx;" wx:if="{{wx_user.rank>=1}}"><currency symbol="" value="{{item.sale_group_sum}}" ></currency></view>
|
|
|
|
|
+ <view class="list-price" style="right: 200rpx;" wx:else><currency symbol="" value="{{item.sale_group_sum}}" ></currency></view>
|
|
|
|
|
+ <view class="list-price" style="right: 150rpx;" wx:if="{{wx_user.rank>=1}}"><currency symbol="" value="{{item.sale_group}}" ></currency></view>
|
|
|
|
|
+ <view class="list-price" wx:else><currency symbol="" value="{{item.sale_group}}" ></currency></view>
|
|
|
<view wx:if="{{item.ne_invitee.length}}">
|
|
<view wx:if="{{item.ne_invitee.length}}">
|
|
|
<view class="list-oheadlist">
|
|
<view class="list-oheadlist">
|
|
|
<image src="{{item1.head}}" class="list-ohead" wx:for="{{item.ne_invitee}}" wx:for-item="item1" wx:key="{{index}}" wx:if="{{item1.head}}"/>
|
|
<image src="{{item1.head}}" class="list-ohead" wx:for="{{item.ne_invitee}}" wx:for-item="item1" wx:key="{{index}}" wx:if="{{item1.head}}"/>
|
|
@@ -113,6 +133,11 @@
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/right.png" class="list-rightimg" />
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/right.png" class="list-rightimg" />
|
|
|
<view class="list-person">{{item.ne_invitee_count}}人</view>
|
|
<view class="list-person">{{item.ne_invitee_count}}人</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="list-price proxy-button" wx:if="{{wx_user.rank>=1}}" bindtap="toproxy" data-userid="{{item.id}}">
|
|
|
|
|
+ <text wx:if="{{item.status == 0}}">申请</text>
|
|
|
|
|
+ <text wx:if="{{item.status == 1}}">审核中</text>
|
|
|
|
|
+ <text wx:if="{{item.status == 2}}" style="color: red;">是</text>
|
|
|
|
|
+ </view>
|
|
|
<view class="clear"></view>
|
|
<view class="clear"></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|