[最新]
This commit is contained in:
@@ -37,15 +37,33 @@
|
||||
</view>
|
||||
<view class="listItem" wx:if="{{childrenArr.length > 0}}">
|
||||
<view class="listItem-item" wx:for="{{childrenArr}}" wx:key="childrenArr">
|
||||
<image class="listItem-head" src="/static/imgs/userHead.png" mode="widthFix"></image>
|
||||
<image class="listItem-head" src="{{item.avatar ? item.avatar : '/static/imgs/userHead.png'}}" mode="widthFix"></image>
|
||||
<view class="listItem-cont">
|
||||
<view class="listItem-name nowrap">{{item.nickname || '-'}}<text>{{item.hidden_username || '-'}}</text></view>
|
||||
<view class="listItem-time nowrap">{{item.created_at}}</view>
|
||||
<view class="listItem-name nowrap">{{item.nickname || '-'}} <image src="{{item.identity.cover}}" mode="widthFix"></image></view>
|
||||
<view class="listItem-tel nowrap"><view class="listItem-tel-user">{{item.hidden_username || '-'}}</view><view class="listItem-time nowrap">{{item.created_at}}</view></view>
|
||||
</view>
|
||||
<view class="listItem-flex">
|
||||
<view class="listItem-label">
|
||||
<view class="listItem-label-name">
|
||||
个人业绩(元)
|
||||
</view>
|
||||
<view class="listItem-label-number">
|
||||
{{item.self_perf}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="listItem-label">
|
||||
<view class="listItem-label-name">
|
||||
总业绩(元)
|
||||
</view>
|
||||
<view class="listItem-label-number">
|
||||
{{item.group_perf}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pagesLoding" wx:if="{{lodingStats}}">
|
||||
<block wx:if="{{page.has_more}}">
|
||||
<image class="pagesLoding-icon" src="/static/icon/refresh_loding.gif" mode="widthFix"></image>加载中...
|
||||
<image class="pagesLoding-icon" src="/static/icons/refresh_loding.gif" mode="widthFix"></image>加载中...
|
||||
</block>
|
||||
<block wx:else>
|
||||
没有更多了~
|
||||
|
||||
Reference in New Issue
Block a user