|
|
@@ -58,15 +58,15 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='posi'> |
|
|
|
<view class='posi_logo'> |
|
|
|
<view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index"> |
|
|
|
<view> |
|
|
|
<image src='{{data.merChantImgUrl}}'></image> |
|
|
|
<image src='{{item.merChantImgUrl}}'></image> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text>{{data.merchantName}}</text> |
|
|
|
<text>{{data.addr}}{{data.buildingName}}{{data.floorName}}</text> |
|
|
|
<text>{{item.merchantName}}</text> |
|
|
|
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text> |
|
|
|
</view> |
|
|
|
<image bindtap='phone' class="tel" src="./../../../assets/img/tel.jpg" mode="widthFix" /> |
|
|
|
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="./../../../assets/img/tel.jpg" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='notes'> |
|
|
|