|
|
@ -4,12 +4,23 @@ |
|
|
|
wx:for-index="index" |
|
|
|
wx:for-item="item" |
|
|
|
wx:key="index"> |
|
|
|
<image data-src="{{item.faceImg}}" bindtap="preViewImage" src="{{item.faceImg}}" /> |
|
|
|
<image class="photo" data-src="{{item.faceImg}}" bindtap="preViewImage" src="{{item.faceImg}}" /> |
|
|
|
<view class="name">{{item.name}}</view> |
|
|
|
<view class="autograph">{{item.motto}}</view> |
|
|
|
|
|
|
|
<view class="autograph">{{item.areaResponsibility}}</view> |
|
|
|
<view class="autograph-all"> |
|
|
|
|
|
|
|
<view bindtap="onPhone" data-number="{{item.mobile}}" class="autograph">{{item.mobile}}</view> |
|
|
|
<view class="autograph">格言:{{item.motto}}</view> |
|
|
|
|
|
|
|
<view class="autograph">负责区域:{{item.areaResponsibility}}</view> |
|
|
|
|
|
|
|
<view class="autograph">电话:{{item.mobile}}</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="click-button"> |
|
|
|
<button plain='true' hover-class="hover-btn" bindtap="onPhone" data-number="{{item.mobile}}"> |
|
|
|
<image class="button-bg" src="../../images/call.png"/> |
|
|
|
</button> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|