|
@@ -3,15 +3,17 @@
|
|
|
<view class="main-content">
|
|
|
<view class="file-item ittflex-jcb" wx:for="{{fileList}}" wx:key="index">
|
|
|
<view class="f-left ittflex-jcs">
|
|
|
- <view class="f-avatar"></view>
|
|
|
+ <view class="f-avatar">
|
|
|
+ <image class="head-img" src="{{item.headImg}}"></image>
|
|
|
+ </view>
|
|
|
<view class="f-user">
|
|
|
<view class="fu-top ittflex-jcs">
|
|
|
- <text class="fu-name">{{item.name}}</text>
|
|
|
+ <text class="fu-name">{{item.realName}}</text>
|
|
|
<view class="suer-sex ittflex">
|
|
|
- <image class="img" src="../../imaes/nan@2x.png"></image>
|
|
|
+ <image class="img" src="{{item.sex ? '../../imaes/nan@2x.png' : '../../imaes/nv@2x.png'}}"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="fu-bottom fu-date">{{item.date}}</view>
|
|
|
+ <view class="fu-bottom fu-date">{{item.birthDay}}</view>
|
|
|
</view>
|
|
|
<view class="f-qrcode ittflex" bindtap="handleShowQRCode">
|
|
|
<image class="qrcode-item" src="../../imaes/erweima@2x.png"></image>
|