|
|
@ -23,7 +23,7 @@ |
|
|
|
v-if="userInfo != 1 && couponsDetails.highDiscountAgentCode.status != 1 && couponsDetails.highDiscount.usingRange == 5" |
|
|
|
v-if="userInfo != 1 && couponsDetails.highDiscountAgentCode.status != 1 && couponsDetails.highDiscount.usingRange == 5" |
|
|
|
@click="useDiscount">立即使用</button> --> |
|
|
|
@click="useDiscount">立即使用</button> --> |
|
|
|
<view class="alijus width90 mart20" |
|
|
|
<view class="alijus width90 mart20" |
|
|
|
v-if="userInfo != 1 && couponsDetails.highDiscountAgentCode.status != 1 && couponsDetails.highDiscount.usingRange == 5"> |
|
|
|
v-if="userInfo != 1 && couponsDetails.highDiscountAgentCode.status != 1 && couponsDetails.highDiscount.usingRange == 8"> |
|
|
|
<view class="width40" style="margin-right: 5%;" @click="useDiscount"> |
|
|
|
<view class="width40" style="margin-right: 5%;" @click="useDiscount"> |
|
|
|
<view class="width100 btnno fotct font16 backcor008">立即使用</view> |
|
|
|
<view class="width100 btnno fotct font16 backcor008">立即使用</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -32,7 +32,7 @@ |
|
|
|
<view class="width100 btnno fotct font16 backcor008">立即查看</view> |
|
|
|
<view class="width100 btnno fotct font16 backcor008">立即查看</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width90 mart30" v-if="couponsDetails.highDiscount.usingRange == 5"> |
|
|
|
<view class="width90 mart30" v-if="couponsDetails.highDiscount.usingRange == 8"> |
|
|
|
<image :src="imagewxUrl+imgadres3" mode="widthFix" class="width100" |
|
|
|
<image :src="imagewxUrl+imgadres3" mode="widthFix" class="width100" |
|
|
|
v-if="couponsDetails.highDiscountAgentCode.status ==1"></image> |
|
|
|
v-if="couponsDetails.highDiscountAgentCode.status ==1"></image> |
|
|
|
<!-- <image :src="imagewxUrl+imgadres1" mode="widthFix" class="width100" |
|
|
|
<!-- <image :src="imagewxUrl+imgadres1" mode="widthFix" class="width100" |
|
|
@ -40,12 +40,12 @@ |
|
|
|
<image :src="imagewxUrl+imgadres2" mode="widthFix" class="width100" |
|
|
|
<image :src="imagewxUrl+imgadres2" mode="widthFix" class="width100" |
|
|
|
v-if="couponsDetails.highDiscountAgentCode.status != 1"></image> |
|
|
|
v-if="couponsDetails.highDiscountAgentCode.status != 1"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width90 mart10 fcor666" v-if="couponsDetails.highDiscount.usingRange != 5">去使用</view> |
|
|
|
<view class="width90 mart10 fcor666" v-if="couponsDetails.highDiscount.usingRange != 8">去使用</view> |
|
|
|
<view v-if="minecoupones == '' && couponsDetails.highDiscount.usingRange != 5" |
|
|
|
<view v-if="minecoupones == '' && couponsDetails.highDiscount.usingRange != 8" |
|
|
|
class="mart60 fotct font14 fcor666"> |
|
|
|
class="mart60 fotct font14 fcor666"> |
|
|
|
<image mode="widthFix" style="width: 70vw;" :src="imagewxUrl+imgadres"></image> |
|
|
|
<image mode="widthFix" style="width: 70vw;" :src="imagewxUrl+imgadres"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="product-list mart20 width90" v-if="couponsDetails.highDiscount.usingRange != 5"> |
|
|
|
<view class="product-list mart20 width90" v-if="couponsDetails.highDiscount.usingRange != 8"> |
|
|
|
<view class="product" v-for="product in minecoupones" :key="product.id" |
|
|
|
<view class="product" v-for="product in minecoupones" :key="product.id" |
|
|
|
@tap="toGoods(product.highCoupon.id)"> |
|
|
|
@tap="toGoods(product.highCoupon.id)"> |
|
|
|
<image mode="widthFix" :src="imageUrl+product.highCoupon.couponImg"></image> |
|
|
|
<image mode="widthFix" :src="imageUrl+product.highCoupon.couponImg"></image> |
|
|
|