|
|
@ -50,13 +50,13 @@ |
|
|
|
<view class="couponlogo" v-if="item.type == 12">跨店券</view> |
|
|
|
<view class="couponlogo" v-if="item.type == 12">跨店券</view> |
|
|
|
<view class="couponlogo" v-if="item.type == 0">店铺券</view> --> |
|
|
|
<view class="couponlogo" v-if="item.type == 0">店铺券</view> --> |
|
|
|
<view class="title"> |
|
|
|
<view class="title"> |
|
|
|
<view> |
|
|
|
<!-- <view> |
|
|
|
<p><text class='font1'>¥</text><text class='font2'>{{parsePrice(item.coupon_price)}}</text></p> |
|
|
|
<p><text class='font1'>¥</text><text class='font2'>{{parsePrice(item.coupon_price)}}</text></p> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
<text class='font3' v-if="item.use_min_price == 0">无使用门槛</text> |
|
|
|
<text class='font3' v-if="item.use_min_price == 0">无使用门槛</text> |
|
|
|
<text class='font3' v-else>满{{parsePrice(item.use_min_price)}}元可用</text> |
|
|
|
<text class='font3' v-else>满{{parsePrice(item.use_min_price)}}元可用</text> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="btn" :class="item.ProductLst.length == 0 ? 'disabled' : ''" v-if="!item.issue" @click="receiveCoupon(item)">立即领取</view> |
|
|
|
<view class="btn" :class="item.ProductLst.length == 0 ? 'disabled' : ''" v-if="!item.issue" @click="receiveCoupon(item)">立即领取</view> |
|
|
|
<navigator :url="'/pages/columnGoods/goods_coupon_list/index?coupon_id='+item.coupon_id" class='btn shiyong' hover-class="none" v-if="item.issue && item.ProductLst.length > 0"> |
|
|
|
<navigator :url="'/pages/columnGoods/goods_coupon_list/index?coupon_id='+item.coupon_id" class='btn shiyong' hover-class="none" v-if="item.issue && item.ProductLst.length > 0"> |
|
|
|
去使用 |
|
|
|
去使用 |
|
|
@ -298,6 +298,9 @@ |
|
|
|
width: 25%; |
|
|
|
width: 25%; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
&::before,&::after{ |
|
|
|
&::before,&::after{ |
|
|
|
content: ""; |
|
|
|
content: ""; |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
@ -328,8 +331,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.title{ |
|
|
|
.title{ |
|
|
|
width: 146rpx; |
|
|
|
width: 146rpx; |
|
|
|
height:169rpx; |
|
|
|
// height:169rpx; |
|
|
|
margin: 60rpx auto 0; |
|
|
|
// margin: 60rpx auto 0; |
|
|
|
color: var(--view-priceColor); |
|
|
|
color: var(--view-priceColor); |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
.font1{ |
|
|
|
.font1{ |
|
|
|