| | |
| | | </view> |
| | | <view class="list"> |
| | | <view wx:for="{{ dataList }}" class="item"> |
| | | <image class="avatar" src="{{ item.imgurlFull ? imgurlFull : '../../static/images/default_avatar.png' }}"></image> |
| | | <image class="avatar" src="{{ item.imgurlFull ? item.imgurlFull : '../../static/images/default_avatar.png' }}"></image> |
| | | <view class="content"> |
| | | <view class="name">{{ item.name || '' }}</view> |
| | | <view class="desc">导购|{{ item.jobDate || 5 }}年经验</view> |
| | | </view> |
| | | <view data-iamId="{{ item.iamId }}" bindtap="handleDetail" class="btn">联系TA</view> |
| | | <view data-id="{{ item.iamId }}" bindtap="handleDetail" class="btn">联系TA</view> |
| | | </view> |
| | | </view> |
| | | </view> |