fix: 修改11状态

This commit is contained in:
zhangds 2024-06-18 13:38:55 +08:00
parent 2727350e64
commit 774560d1ec
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
methods: { methods: {
/* 立即领取 */ /* 立即领取 */
submit() { 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 (phoneReg.test(this.account) && this.confirmAccount) {
if (this.account === this.confirmAccount) { if (this.account === this.confirmAccount) {
this.finalSubmit(); this.finalSubmit();