|
|
|
@ -173,10 +173,10 @@ export default { |
|
|
|
this.$toast(this.$t('reg.c2')); |
|
|
|
return; |
|
|
|
} |
|
|
|
if (!this.form.invite_code) { |
|
|
|
this.$toast(this.$t('reg.c7')); |
|
|
|
return; |
|
|
|
} |
|
|
|
// if (!this.form.invite_code) { |
|
|
|
// this.$toast(this.$t('reg.c7')); |
|
|
|
// return; |
|
|
|
// } |
|
|
|
if (!this.form.account) { |
|
|
|
if (this.form.type == 1) { |
|
|
|
this.$toast(this.$t('reg.c3')); |
|
|
|
|