|
|
|
@ -36,7 +36,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="product-list mart20 width90" v-if="couponsDetails.highDiscount.usingRange != 5"> |
|
|
|
|
<view class="product" v-for="product in minecoupones" :key="product.id" |
|
|
|
|
@tap="toGoods(product.highCoupon.id,product.highCoupon.couponSource)"> |
|
|
|
|
@tap="toGoods(product.highCoupon.id,product.highCoupon.status)"> |
|
|
|
|
<image mode="widthFix" :src="imageUrl+product.highCoupon.couponImg"></image> |
|
|
|
|
<view class="name">{{ product.highCoupon.couponName }}</view> |
|
|
|
|
<view class="info" v-if="product.highCoupon.payType == 1"> |
|
|
|
@ -360,7 +360,7 @@ |
|
|
|
|
toGoods(e, item) { |
|
|
|
|
if (app.globalData.userInfo) { |
|
|
|
|
if (app.globalData.openId) { |
|
|
|
|
if (item == 4) { |
|
|
|
|
if (item != 2) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
icon: 'none', |
|
|
|
|
title: '系统维护中,暂时无法购买', |
|
|
|
|