[最新]
This commit is contained in:
@@ -39,25 +39,28 @@
|
||||
<view class="listItem-item" wx:for="{{childrenArr}}" wx:key="childrenArr">
|
||||
<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 || '-'}} <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 class="listItem-tel nowrap">
|
||||
<view class="listItem-name">{{item.nickname || '-'}} <image src="{{item.identity.cover}}" mode="widthFix"></image></view>
|
||||
<view class="listItem-tel-user">{{item.hidden_username || '-'}}</view>
|
||||
</view>
|
||||
<view class="listItem-tel nowrap"><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 class="listItem-label-name">
|
||||
个人业绩(元)
|
||||
</view>
|
||||
</view>
|
||||
<view class="listItem-label">
|
||||
<view class="listItem-label-name">
|
||||
总业绩(元)
|
||||
</view>
|
||||
<view class="listItem-label-number">
|
||||
{{item.group_perf}}
|
||||
</view>
|
||||
<view class="listItem-label-name">
|
||||
总业绩(元)
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user