diff --git a/packkey/ysf-reduce.html b/packkey/ysf-reduce.html index 5444ed1..abd3e84 100644 --- a/packkey/ysf-reduce.html +++ b/packkey/ysf-reduce.html @@ -180,7 +180,7 @@ methods: { /* 立即领取 */ submit () { - if (this.ysf.available != 1) return; + if (this.ysf.available != 1 || this.ysf.available != 11) return; if (phoneReg.test(this.account) && this.confirmAccount) { if (this.account === this.confirmAccount) { this.finalSubmit(); diff --git a/packkey/ysf.html b/packkey/ysf.html index 3eb8cdc..bf36334 100644 --- a/packkey/ysf.html +++ b/packkey/ysf.html @@ -142,7 +142,7 @@ methods: { /* 立即领取 */ submit () { - if (this.ysf.available != 1) return; + if (this.ysf.available != 1 || this.ysf.available != 11) return; if (phoneReg.test(this.account) && this.confirmAccount) { if (this.account === this.confirmAccount) { this.finalSubmit(); diff --git a/ysf-reduce.html b/ysf-reduce.html index ac4570e..7fe466e 100644 --- a/ysf-reduce.html +++ b/ysf-reduce.html @@ -176,7 +176,7 @@ methods: { /* 立即领取 */ submit () { - if (this.ysf.available != 1) return; + if (this.ysf.available != 1 || this.ysf.available != 11) return; if (phoneReg.test(this.account) && this.confirmAccount) { if (this.account === this.confirmAccount) { this.finalSubmit(); diff --git a/ysf.html b/ysf.html index 99f7a27..0afe8af 100644 --- a/ysf.html +++ b/ysf.html @@ -135,7 +135,7 @@ methods: { /* 立即领取 */ submit () { - if (this.ysf.available != 1) return; + if (this.ysf.available != 1 || this.ysf.available != 11) return; if (phoneReg.test(this.account) && this.confirmAccount) { if (this.account === this.confirmAccount) { this.finalSubmit();