diff --git a/pages/goods/externalCoupon/externalCoupon.vue b/pages/goods/externalCoupon/externalCoupon.vue index 58c0678..545efda 100644 --- a/pages/goods/externalCoupon/externalCoupon.vue +++ b/pages/goods/externalCoupon/externalCoupon.vue @@ -16,27 +16,38 @@ - - - 去使用 - + + + + 立即使用 + + + + 立即查看 + + + + 去使用 + - + @tap="toGoods(product.highCoupon.id)"> {{ product.highCoupon.couponName }} @@ -60,10 +71,6 @@ - - 温馨提示 请在有效期30天内使用。过期作废! @@ -357,29 +364,11 @@ }); }, //商品跳转 - toGoods(e, item) { + toGoods(e) { if (app.globalData.userInfo) { - if (app.globalData.openId) { - if (item != 2) { - uni.showToast({ - icon: 'none', - title: '系统维护中,暂时无法购买', - duration: 2000 - }) - } else { - uni.navigateTo({ - url: '../../order/confirmation?id=' + e+'&postPayType=2,' - }) - } - - } else { - uni.showToast({ - icon: 'none', - title: '网络异常,请稍后重试', - duration: 2000 - }) - } - + uni.navigateTo({ + url: '../../order/confirmation?id=' + e + }) } else { uni.showToast({ icon: 'none', @@ -498,6 +487,7 @@ } .coupne-btn { + background-color: red; color: #FFFFFF; }