|
@@ -5,7 +5,7 @@
|
|
|
<!-- 礼包 -->
|
|
|
<view class="coupon-card">
|
|
|
<view class="coupon-card-left">
|
|
|
- <view class="coupon-prices {{nums.priceClass(item)}}">
|
|
|
+ <view class="coupon-prices {{nums.priceClass(item)}}" style="color: {{config.secColor?config.secColor:'#B01717'}};">
|
|
|
<block wx:if="{{item.type.value == 'C'}}">
|
|
|
<text>{{nums.formatReduceCost(item)}}</text>
|
|
|
<text class="_unit">元</text>
|
|
@@ -21,25 +21,29 @@
|
|
|
</block>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <view class="coupon-condition">{{nums.formatLeastCost(item)}}</view>
|
|
|
+ <view class="coupon-condition" style="color: {{config.secColor?config.secColor:'#B01717'}};">
|
|
|
+ <view class="coupon-condition-start" style="background: {{config.secColor?config.secColor:'#B01717'}};"></view>
|
|
|
+ {{nums.formatLeastCost(item)}}
|
|
|
+ <view class="coupon-condition-start" style="background: {{config.secColor?config.secColor:'#B01717'}};"></view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="coupon-card-right">
|
|
|
<view class="_title">{{item.title}}</view>
|
|
|
<view class="_time_des">{{item.validTimesStr}}</view>
|
|
|
</view>
|
|
|
<block wx:if="{{item.isSn}}">
|
|
|
- <view wx:if="{{item.couponState == 0}}" class="coupon-card-btn">
|
|
|
+ <view wx:if="{{item.couponState == 0}}" class="coupon-card-btn" style="background: {{config.mainColor?config.mainColor:'#B01717'}};">
|
|
|
<jumpmallapp>立即使用</jumpmallapp>
|
|
|
</view>
|
|
|
<view class="coupon-card-btn gray" wx:else>
|
|
|
{{item.stateStr}}
|
|
|
</view>
|
|
|
</block>
|
|
|
- <view class="coupon-card-num" wx:else>
|
|
|
+ <view class="coupon-card-num" wx:else style="background: {{config.mainColor?config.mainColor:'#B01717'}};">
|
|
|
{{item.num}}张
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="coupon-split">
|
|
|
+ <view class="coupon-split" style="color: {{config.mainColor?config.mainColor:'#B01717'}};">
|
|
|
<view class="coupon-circule _left coupon-circule-ex-class" ></view>
|
|
|
<view class="coupon-circule _right coupon-circule-ex-class"></view>
|
|
|
</view>
|
|
@@ -57,7 +61,7 @@
|
|
|
</block>
|
|
|
<block wx:elif="{{item.bindShopType == 2 || item.bindShopType == 4}}">
|
|
|
<text>适用部分门店</text>
|
|
|
- <text class="look_more_txt" data-index="{{index}}" catchtap="toFixStorePage">点击查看>></text>
|
|
|
+ <text class="look_more_txt" data-index="{{index}}" catchtap="toFixStorePage" style="color: {{config.secColor?config.secColor:'#B01717'}};">点击查看>></text>
|
|
|
</block>
|
|
|
<block wx:elif="{{item.bindShopType == 3 }}">
|
|
|
<text>随领取门店可用</text>
|
|
@@ -70,11 +74,11 @@
|
|
|
</block>
|
|
|
<block wx:elif="{{item.bindGoodsType == 2 || item.bindGoodsType == 4}}">
|
|
|
<text>适用部分商品</text>
|
|
|
- <text class="look_more_txt" data-index="{{index}}" catchtap="toFixFoodPage">点击查看>></text>
|
|
|
+ <text class="look_more_txt" data-index="{{index}}" catchtap="toFixFoodPage" style="color: {{config.secColor?config.secColor:'#B01717'}};">点击查看>></text>
|
|
|
</block>
|
|
|
<block wx:if="{{item.bindGoodsType == 3}}">
|
|
|
<text>不适用商品</text>
|
|
|
- <text class="look_more_txt" data-index="{{index}}" catchtap="toFixFoodPageNo">点击查看>></text>
|
|
|
+ <text class="look_more_txt" data-index="{{index}}" catchtap="toFixFoodPageNo" style="color: {{config.secColor?config.secColor:'#B01717'}};">点击查看>></text>
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class="coupon-detail-line">
|