Compare commits

...

2 Commits

  1. 8
      pages/reg/index.vue

8
pages/reg/index.vue

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

Loading…
Cancel
Save