65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
<view class="container">
|
|
<view class="mydata_box0">
|
|
|
|
<view class="umoney1">
|
|
|
|
<text>{{maxzcount}}</text>
|
|
<text>月单部门业绩</text>
|
|
</view>
|
|
<view class="umoney1">
|
|
|
|
<text>{{minzcount}}</text>
|
|
<text>月多部门业绩</text>
|
|
</view>
|
|
<view class="umoney1">
|
|
<text>{{zcount}}</text>
|
|
<text>月总业绩</text>
|
|
</view>
|
|
</view>
|
|
<view class="mydata_box0">
|
|
<view class="umoney1">
|
|
|
|
<text>{{tjcount}}</text>
|
|
<text>直推人数</text>
|
|
</view>
|
|
<view class="umoney1">
|
|
|
|
<text>{{temcount}}</text>
|
|
<text>团队人数</text>
|
|
</view>
|
|
<view class="umoney1">
|
|
|
|
<text>{{zyj}}</text>
|
|
<text>总业绩</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="datas-box" hidden="{{dataHidden}}">
|
|
|
|
<view class="datas-item" wx:for="{{datas}}" bindtap="onyj" data-tjcount="{{item.tjcount}}" data-temcount="{{item.temcount}}" data-zyj="{{item.zyj}}">
|
|
<view class="image"><image src='{{item.UserPic==""?"../../images/logo.png":item.UserPic}}'></image>
|
|
</view>
|
|
<view class="name">
|
|
<view>{{item.UserName}}<text>{{item.RealName}}</text></view>
|
|
<view class="time">{{item.uLevel}} 当月业绩:{{item.zcount}}</view>
|
|
</view>
|
|
<view class="uLevel">
|
|
{{item.zt}}{{item.zt0}}
|
|
</view>
|
|
<view class="faifeito">
|
|
<image src="../../images/faifeito.png"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="nodata" hidden="{{nodataHidden}}">
|
|
<image src="{{orderImg}}" class="order-image"/>
|
|
<view>{{tipWords}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<loading hidden="{{loadingHidden}}">
|
|
加载中...
|
|
</loading> |