💊 fix: 领取成功后不可点击

This commit is contained in:
wangsongsole 2023-07-12 10:37:53 +08:00
parent 92cf3e9ced
commit edb2e1231e
1 changed files with 1 additions and 1 deletions

View File

@ -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();