From edb2e1231efa091d3b65ab0ff4d9086fafa81d72 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 12 Jul 2023 10:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8A=20fix:=20=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E4=B8=8D=E5=8F=AF=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ysf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ysf.html b/ysf.html index 7c31883..d74bd4e 100644 --- a/ysf.html +++ b/ysf.html @@ -117,7 +117,7 @@ methods: { /* 立即领取 */ submit () { - if (this.ysf.entity.available !== 1) return; + if (this.ysf.available !== 1) return; if ((phoneReg.test(this.account) || emailReg.test(this.account)) && this.confirmAccount) { if (this.account === this.confirmAccount) { this.finalSubmit();