|
@@ -1,6 +1,6 @@
|
|
<!--pages/welfareMall/coupon/coupon.wxml-->
|
|
<!--pages/welfareMall/coupon/coupon.wxml-->
|
|
<!-- 内容 -->
|
|
<!-- 内容 -->
|
|
- <view class="{{item.couponType == 'C'?'coupon-list2 flex-row':'coupon-list flex-row'}}" wx:for="{{couponList}}" wx:key="index" data-couponSn="{{item.couponSn}}">
|
|
|
|
|
|
+ <navigator class="{{item.couponType == 'C'?'coupon-list2 flex-row':'coupon-list flex-row'}}" wx:for="{{couponList}}" wx:key="index" data-couponSn="{{item.couponSn}}" target="miniProgram" app-id="wxd92a2d29f8022f40" path="page/index/index" open-type='navigate'>
|
|
<view class="coupon-info flex-column">
|
|
<view class="coupon-info flex-column">
|
|
<viwe class="coupon-info-tittle">{{item.couponTitle}}</viwe>
|
|
<viwe class="coupon-info-tittle">{{item.couponTitle}}</viwe>
|
|
<view class="coupon-center-bm flex-row">
|
|
<view class="coupon-center-bm flex-row">
|
|
@@ -21,8 +21,8 @@
|
|
<view class="{{item.formatReduceCost.length > 3 ?'coupon-num-numSmall':'coupon-num-num'}}" wx:if="{{item.couponType == 'C'}}">{{item.formatReduceCost ?item.formatReduceCost:0}}</view>
|
|
<view class="{{item.formatReduceCost.length > 3 ?'coupon-num-numSmall':'coupon-num-num'}}" wx:if="{{item.couponType == 'C'}}">{{item.formatReduceCost ?item.formatReduceCost:0}}</view>
|
|
</view>
|
|
</view>
|
|
<!-- <jumpmallapp>去使用</jumpmallapp> -->
|
|
<!-- <jumpmallapp>去使用</jumpmallapp> -->
|
|
- <jumpmallapp class="coupon-num-text">立即使用</jumpmallapp>
|
|
|
|
|
|
+ <view class="coupon-num-text">立即使用</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </navigator>
|
|
<view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂可用优惠券 ————</view>
|
|
<view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂可用优惠券 ————</view>
|
|
<view class="no_result" wx:if="{{noMore}}">—— 人家也是有底线的 ——</view>
|
|
<view class="no_result" wx:if="{{noMore}}">—— 人家也是有底线的 ——</view>
|