|
@@ -25,15 +25,18 @@
|
|
|
<view class="code-yhx-text">{{couponInfo.verify_status_text}}</view>
|
|
|
<view class="barcode-yhx" wx:if="{{couponInfo.verify_time}}">{{couponInfo.verify_time || ''}}核销</view>
|
|
|
</view>
|
|
|
- <view class="store-box" bindtap="goPage">
|
|
|
- <view class="box-lf">
|
|
|
- <image class="store-img" src="/static/image/md.png" mode="aspectFit"/>
|
|
|
- <view>门店导航</view>
|
|
|
- </view>
|
|
|
- <view class="box-ri">
|
|
|
- <view>去查看{{couponInfo.stores}}家</view>
|
|
|
- <image class="arrow-right" src="/static/image/arrow-right.png" mode="aspectFit"/>
|
|
|
+ <view style="margin-bottom: 74rpx;" bindtap="goPage">
|
|
|
+ <view class="store-box">
|
|
|
+ <view class="box-lf">
|
|
|
+ <image class="store-img" src="/static/image/md.png" mode="aspectFit"/>
|
|
|
+ <view>门店导航</view>
|
|
|
+ </view>
|
|
|
+ <view class="box-ri">
|
|
|
+ <view>去查看{{couponInfo.stores}}家</view>
|
|
|
+ <image class="arrow-right" src="/static/image/arrow-right.png" mode="aspectFit"/>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+ <view class="hint">(提示请前往优惠券对应的品牌门店消费)</view>
|
|
|
</view>
|
|
|
<view class="explanation">
|
|
|
<image class="store-img" src="/static/image/sm.png" mode="aspectFit"/>
|