fix: 修改11状态
This commit is contained in:
parent
2727350e64
commit
774560d1ec
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue