From ac09c9e81b02f06d90bce467d673538c72f0945c Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Sat, 23 Oct 2021 16:18:53 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E8=B4=B5=E5=B7=9E=E5=BA=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/goods.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods/goods.vue b/pages/goods/goods.vue index dcd213f..d8c4afa 100644 --- a/pages/goods/goods.vue +++ b/pages/goods/goods.vue @@ -323,7 +323,7 @@ }, buy() { let that = this; - if(this.goodsData[0].stockCount == 0){ + if(this.goodsData[0].stockCount == 0 && this.goodsData[0].couponSource !=4){ uni.showToast({ title: '库存不足', icon: "none"