|
|
|
@ -17,11 +17,15 @@
|
|
|
|
|
<view class="coupon-left"> |
|
|
|
|
<image class="left-bg" src="@/static/images/coupon-bg2.png" mode=""></image> |
|
|
|
|
<view class="text-box"> |
|
|
|
|
<view class="money" style="padding-top: 0;">¥{{ coupon.couponPrice }}</view> |
|
|
|
|
<view v-if="coupon.image.length>0" class="wrappers acea-row row-middle"> |
|
|
|
|
<image class="img" :src="img" mode="" v-for="(img,imgIndex) in coupon.image.slice(0,3)" :key="imgIndex"></image> |
|
|
|
|
</view> |
|
|
|
|
<view v-else class="money" style="padding-top: 28rpx;">¥{{ coupon.couponPrice }}</view> |
|
|
|
|
<!-- <view class="money">7<text>折</text></view> --> |
|
|
|
|
<view class="line"></view> |
|
|
|
|
<view class="tip acea-row row-between"> |
|
|
|
|
<view class="">{{coupon.ctype?'仅限定品牌可用':'全部商品可用'}}</view> |
|
|
|
|
<!-- <view class="">{{coupon.ctype?'仅限定品牌可用':'全部商品可用'}}</view> --> |
|
|
|
|
<view class="">{{coupon.cname}}</view> |
|
|
|
|
<view v-if="coupon.endTime === 0">不限时</view> |
|
|
|
|
<view v-else>到期时间{{ coupon.endTime }}</view> |
|
|
|
|
</view> |
|
|
|
@ -29,7 +33,7 @@
|
|
|
|
|
</view> |
|
|
|
|
<view class="coupon-right acea-row row-center-column"> |
|
|
|
|
<!-- <image v-if="item.isUse === true" class="tag" src="@/static/images/gotCoupon-icon.png" mode=""></image> --> |
|
|
|
|
<view class="type">{{'满减券' || '折扣券'}}</view> |
|
|
|
|
<view class="type">{{coupon.image.length>0? (coupon.couponPrice+'元'):'满减券' || '折扣券'}}</view> |
|
|
|
|
<view class="tip">满{{ coupon.useMinPrice }}可用</view> |
|
|
|
|
<view class="iconfont icon-xuanzhong1 font-color-red" v-if="checked === coupon.id"></view> |
|
|
|
|
<view class="iconfont icon-weixuanzhong" v-else></view> |
|
|
|
@ -80,9 +84,24 @@
|
|
|
|
|
left: 16rpx; |
|
|
|
|
} |
|
|
|
|
.text-box { |
|
|
|
|
padding-top: 28rpx; |
|
|
|
|
// padding-top: 28rpx; |
|
|
|
|
padding-left: 32rpx; |
|
|
|
|
padding-right: 30rpx; |
|
|
|
|
.wrappers{ |
|
|
|
|
padding: 0 15rpx; |
|
|
|
|
box-sizing: content-box; |
|
|
|
|
height: 100%; |
|
|
|
|
.img{ |
|
|
|
|
width: 110rpx; |
|
|
|
|
height: 110rpx; |
|
|
|
|
border-radius: 16rpx; |
|
|
|
|
margin:12rpx 37rpx 12rpx 0; |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
|
.img:nth-child(3){ |
|
|
|
|
margin-right: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.icon-weixuanzhong { |
|
|
|
|