|
|
@@ -29,11 +29,11 @@ |
|
|
|
<!-- 一个商铺 --> |
|
|
|
<!-- 多个商铺 --> |
|
|
|
<view class='merchant-shop'> |
|
|
|
<view> |
|
|
|
<view> |
|
|
|
<view class='clearfix' style='width:100%;'> |
|
|
|
<view class='fl'> |
|
|
|
<text>商户位置</text> |
|
|
|
</view> |
|
|
|
<view class='merchants'> |
|
|
|
<view class='merchants fr'> |
|
|
|
<text wx:for="{{shopVoList}}" wx:key="{{index}}"> |
|
|
|
{{item.buildingName}}{{item.floorName}}--{{item.shopNumber}} |
|
|
|
</text> |
|
|
@@ -41,19 +41,21 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 联系方式 --> |
|
|
|
<view class='merchant-phone'> |
|
|
|
<view> |
|
|
|
<text>联系商户</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view style='display:block;text-align:left;margin-right:20rpx;'> |
|
|
|
<text>{{data.merchantLinkPhone}}</text> |
|
|
|
<view class='merchant-shop'> |
|
|
|
<view class='clearfix' style='width:100%;'> |
|
|
|
<view class='fl'> |
|
|
|
<text>联系商户</text> |
|
|
|
</view> |
|
|
|
<view class='fr'> |
|
|
|
<view style='display:inline-block;text-align:left;margin-right:20rpx;'> |
|
|
|
<text>{{data.merchantLinkPhone}}</text> |
|
|
|
</view> |
|
|
|
<image bindtap='phone' data-merchantLinkPhone='{{data.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
<image bindtap='phone' data-merchantLinkPhone='{{data.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 商户活动 --> |
|
|
|
<view class='merchant-activity' wx:if="{{data.actionDesc}}" > |
|
|
|
<view class='merchant-shop' wx:if="{{data.actionDesc}}" > |
|
|
|
<view class='notes'> |
|
|
|
<view> |
|
|
|
<text>商户活动</text> |
|
|
|