| | |
| | | <view class="left"> |
| | | <view class="title" data-id="{{ item.id }}" bindtap="handleDetail">{{ item.name }}</view> |
| | | <view class="address" data-id="{{ item.id }}" bindtap="handleDetail"> |
| | | <text wx:if="{{ item.distanceStr }}">{{ item.distanceStr }} | {{ item.address || '' }}</text> |
| | | <text class="text" wx:if="{{ item.distanceStr }}">{{ item.distanceStr }} | {{ item.address || '' }}</text> |
| | | <text wx:else>--</text> |
| | | <image src="../../static/icon/arrow_right.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <view class="right"> |
| | | <image data-phone="{{ item.phone }}" bindtap="makePhone" class="phone" src="../../static/icon/phone.png" mode="widthFix"></image> |
| | | <view wx:if="{{ item.linkPhone }}" class="right"> |
| | | <image data-phone="{{ item.linkPhone }}" bindtap="makePhone" class="phone" src="../../static/icon/phone.png" mode="widthFix"></image> |
| | | <view>电话</view> |
| | | </view> |
| | | </view> |
| | |
| | | <image class="avatar" src="{{ user.imgurlFull ? user.imgurlFull : '../../static/images/default_avatar.png' }}" ></image> |
| | | <view class="text"> |
| | | <view class="name">{{ user.name }}</view> |
| | | <view class="ex" wx:if="{{user.jobDate}}">{{ user.jobDate || 5 }}年经验</view> |
| | | <view class="ex">{{ user.jobDate || 5 }}年经验</view> |
| | | </view> |
| | | </view> |
| | | <view class="btn">联系TA</view> |