|
|
@@ -41,7 +41,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 联系方式 --> |
|
|
|
<view class='merchant-shop'> |
|
|
|
<view class='merchant-shop' wx:if="{{data.linkLinePhone}}"> |
|
|
|
<view class='clearfix' style='width:100%;'> |
|
|
|
<view class='fl'> |
|
|
|
<text>联系电话</text> |
|
|
@@ -51,7 +51,7 @@ |
|
|
|
<text wx:if="{{data.linkLinePhone}}">{{data.linkLinePhone}}</text> |
|
|
|
<text wx:else>{{data.merchantLinkPhone}}</text> |
|
|
|
</view> |
|
|
|
<image bindtap='phone' data-merchantLinkPhone='{{data.linkLinePhone?data.linkLinePhone:data.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
<image bindtap='phone' data-merchantLinkPhone='{{data.linkLinePhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|