💊 fix: 领取成功后不可点击
This commit is contained in:
parent
92cf3e9ced
commit
edb2e1231e
2
ysf.html
2
ysf.html
|
@ -117,7 +117,7 @@
|
||||||
methods: {
|
methods: {
|
||||||
/* 立即领取 */
|
/* 立即领取 */
|
||||||
submit () {
|
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 ((phoneReg.test(this.account) || emailReg.test(this.account)) && this.confirmAccount) {
|
||||||
if (this.account === this.confirmAccount) {
|
if (this.account === this.confirmAccount) {
|
||||||
this.finalSubmit();
|
this.finalSubmit();
|
||||||
|
|
Loading…
Reference in New Issue