|
|
@ -9,14 +9,19 @@ |
|
|
|
<view class='item acea-row row-center-wrapper' :class="item.disabled ? 'disabled' : ''" |
|
|
|
<view class='item acea-row row-center-wrapper' :class="item.disabled ? 'disabled' : ''" |
|
|
|
v-for="(item,index) in couponArr" @click="getCouponUser(index,item)" :key='index'> |
|
|
|
v-for="(item,index) in couponArr" @click="getCouponUser(index,item)" :key='index'> |
|
|
|
<view v-if="item.coupon.send_type == 5" class='money acea-row row-column row-center-wrapper vip-coupon'> |
|
|
|
<view v-if="item.coupon.send_type == 5" class='money acea-row row-column row-center-wrapper vip-coupon'> |
|
|
|
<view>¥<text class='num'>{{item.coupon_price}}</text></view> |
|
|
|
<!-- <view>¥<text class='num'>{{item.coupon_price}}</text></view> |
|
|
|
<view class="pic-num">满{{item.use_min_price}}元可用</view> |
|
|
|
<view class="pic-num">满{{item.use_min_price}}元可用</view> --> |
|
|
|
|
|
|
|
<view class=""> |
|
|
|
|
|
|
|
{{item.coupon_title}} |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- :style="{ 'background-image': `url(${domain}/static/diy/couponBg${keyColor}.png)` }" --> |
|
|
|
<!-- :style="{ 'background-image': `url(${domain}/static/diy/couponBg${keyColor}.png)` }" --> |
|
|
|
<view v-else class='money acea-row row-column row-center-wrapper' style="position: relative;"> |
|
|
|
<view v-else class='money acea-row row-column row-center-wrapper' style="position: relative;"> |
|
|
|
<image src="/static/images/bg.png" mode="" style="z-index:1;position: absolute;top:0;left:0;width:100%;height:108%;"></image> |
|
|
|
<image src="/static/images/bg.png" mode="" style="z-index:1;position: absolute;top:0;left:0;width:100%;height:108%;"></image> |
|
|
|
<view style="position: relative;z-index:2">¥<text class='num'>{{item.coupon_price}}</text></view> |
|
|
|
<view style="position: relative;z-index:2">{{item.coupon_title}}</view> |
|
|
|
<view class="pic-num" style="position: relative;z-index:2">满{{item.use_min_price}}元可用</view> |
|
|
|
<!-- <view style="position: relative;z-index:2">¥<text class='num'>{{item.coupon_price}}</text></view> --> |
|
|
|
|
|
|
|
<!-- <view class="pic-num" style="position: relative;z-index:2">满{{item.use_min_price}}元可用</view> --> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='text'> |
|
|
|
<view class='text'> |
|
|
|
<view class='condition line1'> |
|
|
|
<view class='condition line1'> |
|
|
|