Browse Source

优化

master
ltlzx 3 years ago
parent
commit
5c84419262
  1. 8
      pages/reg/index.vue

8
pages/reg/index.vue

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

Loading…
Cancel
Save