|
|
@@ -22,14 +22,20 @@ |
|
|
|
</view> |
|
|
|
<view class="timevalidity" wx:if="{{data.validStatus == 0}}"> |
|
|
|
<text>有效期:</text> |
|
|
|
<text>{{validStartDate}}</text><i>至</i><text>{{validEndDate}}</text> |
|
|
|
<text>{{validStartDate}}</text> |
|
|
|
<i>至</i> |
|
|
|
<text>{{validEndDate}}</text> |
|
|
|
</view> |
|
|
|
<view class="refund"> |
|
|
|
<text wx:if="{{data.autoRefund == 0}}">(支持过期自动退款)</text> |
|
|
|
<text wx:if="{{data.autoRefund == 1}}">(不支持过期自动退款)</text> |
|
|
|
</view> |
|
|
|
<image class='line' mode="widthFix" src="{{lineUrl}}"></image> |
|
|
|
<view class="zhuangtai"> |
|
|
|
<image wx:if="{{data.couponOrderStatus==1}}" src="{{wm01Url}}" mode='widthFix'></image> |
|
|
|
<image wx:if="{{data.couponOrderStatus==2}}" src="{{wm02Url}}" mode='widthFix'></image> |
|
|
|
<image wx:if="{{data.couponOrderStatus==3}}" src="{{wm03Url}}" mode='widthFix'></image> |
|
|
|
<image wx:if="{{data.couponOrderStatus==0&&data.validStatus==0}}" src="{{wm04Url}}" mode='widthFix'></image> |
|
|
|
<image wx:if="{{data.couponOrderStatus==0&&data.validStatus==0}}" src="{{wm04Url}}" mode='widthFix'></image> |
|
|
|
<view class="panel" wx:if="{{data.couponOrderStatus==0&&data.validStatus!=0}}"> |
|
|
|
<view class="qrcode"> |
|
|
|
<canvas canvas-id="qrcode" /> |
|
|
@@ -52,8 +58,8 @@ |
|
|
|
<text>{{item.merchantName}}</text> |
|
|
|
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text> |
|
|
|
</view> |
|
|
|
<view bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}'> |
|
|
|
<image class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
<view bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}'> |
|
|
|
<image class="tel" src="{{teljpgUrl}}" mode="widthFix" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -98,7 +104,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='game' bindtap="gotogame" wx-if="{{showIf}}"> |
|
|
|
<view class='game-entry'> |
|
|
|
<view class='game-entry'> |
|
|
|
<image src="{{newUrl}}" class='gameimg' mode='widthFix'></image> |
|
|
|
</view> |
|
|
|
</view> |