|
@@ -22,7 +22,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="luck-draw-theme">
|
|
<view class="luck-draw-theme">
|
|
<!-- 折扣券 -->
|
|
<!-- 折扣券 -->
|
|
- <view class="luck-draw-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" catchtap="toDetail" wx:if="{{item.couponType == 'D'}}">
|
|
|
|
|
|
+ <view class="luck-draw-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" wx:if="{{item.couponType == 'D'}}">
|
|
<view class="luck-draw-words">
|
|
<view class="luck-draw-words">
|
|
<view class="luck-draw-discount1">
|
|
<view class="luck-draw-discount1">
|
|
<view class="luck-draw-zkz4">{{item.discount ?item.discount:0}}</view>
|
|
<view class="luck-draw-zkz4">{{item.discount ?item.discount:0}}</view>
|
|
@@ -40,11 +40,23 @@
|
|
</view>
|
|
</view>
|
|
<image class="image_zk" src="/images/luck-draw/coupon1.png" />
|
|
<image class="image_zk" src="/images/luck-draw/coupon1.png" />
|
|
<image class="image_zk_un" src="/images/luck-draw/coupon_use_now.png" />
|
|
<image class="image_zk_un" src="/images/luck-draw/coupon_use_now.png" />
|
|
|
|
+ <navigator class="_btn _exchange"
|
|
|
|
+ target = "miniProgram"
|
|
|
|
+ app-id="wxd92a2d29f8022f40"
|
|
|
|
+ path="page/index/index"
|
|
|
|
+ open-type='navigate'>
|
|
|
|
+ </navigator>
|
|
</view>
|
|
</view>
|
|
<!-- 代金券 -->
|
|
<!-- 代金券 -->
|
|
<view class="luck-draw-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" catchtap="toDetail" wx:if="{{item.couponType == 'C'}}">
|
|
<view class="luck-draw-content" wx:for="{{goodsItemList}}" wx:key="index" data-id="{{item.id}}" catchtap="toDetail" wx:if="{{item.couponType == 'C'}}">
|
|
<image class="image_zk" src="/images/luck-draw/cash_coupon.png" />
|
|
<image class="image_zk" src="/images/luck-draw/cash_coupon.png" />
|
|
<image class="image_zk_un" src="/images/luck-draw/cc_use_now.png" />
|
|
<image class="image_zk_un" src="/images/luck-draw/cc_use_now.png" />
|
|
|
|
+ <navigator class="_btn _exchange"
|
|
|
|
+ target = "miniProgram"
|
|
|
|
+ app-id="wxd92a2d29f8022f40"
|
|
|
|
+ path="page/index/index"
|
|
|
|
+ open-type='navigate'>
|
|
|
|
+ </navigator>
|
|
<view class="luck-draw-words">
|
|
<view class="luck-draw-words">
|
|
<view class="luck-draw-discount1">
|
|
<view class="luck-draw-discount1">
|
|
<view class="luck-draw-djz4">¥</view>
|
|
<view class="luck-draw-djz4">¥</view>
|