| xqd
@@ -23,7 +23,8 @@
|
|
|
<view class="f-scroll-content">
|
|
|
<view class="f-item dir-top-nowrap" v-for="(item, index) in coupons" :key="index">
|
|
|
<view class="f-item-top">
|
|
|
- <image :src="couponImg[item.is_receive == 0 ? 'coupon_enabled' : 'coupon_disabled']"></image>
|
|
|
+ <image src="../../../static/image/coupon/coupon.png"></image>
|
|
|
+ <!-- <image :src="couponImg[item.is_receive == 0 ? 'coupon_enabled' : 'coupon_disabled']"></image> -->
|
|
|
<view class="dir-left-nowrap main-between cross-center">
|
|
|
<view class="f-text-content dir-left-nowrap cross-bottom">
|
|
|
<view class="f-big-text-dis" v-if="item.type == 1">
|
| xqd
@@ -39,7 +40,7 @@
|
|
|
<view>满{{item.min_price}}元使用</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <button @click="receive(item.id, index)" :style="{'color': item.is_receive == 0 ? '#caa76e' : '#b4b4b4'}">{{item.is_receive == 0 ? '立即领取' : '已领取'}}</button>
|
|
|
+ <button @click="receive(item.id, index)" :style="{'color': item.is_receive == 0 ? '#F84469' : '#b4b4b4'}">{{item.is_receive == 0 ? '立即领取' : '已领取'}}</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="f-item-bottom dir-top-nowrap">
|