From 774560d1ecca7cfe30a62849f3c9aef304e6eff6 Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 18 Jun 2024 13:38:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B911=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goods-v2/ysf-reduce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goods-v2/ysf-reduce.html b/goods-v2/ysf-reduce.html index 8b35844..24be49b 100644 --- a/goods-v2/ysf-reduce.html +++ b/goods-v2/ysf-reduce.html @@ -186,7 +186,7 @@ methods: { /* 立即领取 */ submit() { - if (this.ysf && this.ysf.available != 1) return; + if (this.ysf && this.ysf.available != 1 || this.ysf.available != 11) return; if (phoneReg.test(this.account) && this.confirmAccount) { if (this.account === this.confirmAccount) { this.finalSubmit();