1
jhzh
2025-03-18 27249aa03794225992acbb397987afcd75c6efae
src/page/register/index.vue
@@ -14,7 +14,7 @@
        <ExInput :label="$t('设置密码')" :placeholderText="$t('密码(6-12个字符)')" v-model="password" typeText="password" />
        <ExInput :label="$t('确认密码')" :placeholderText="$t('请确认密码')" v-model="repassword" typeText="password" />
        <ExInput :label="$t('邀请码(选填)')" :placeholderText="$t('请输入邀请码')" v-model="invitCode" :clearBtn="false" />
        <ExInput :label="$t('您的邀请码')" :placeholderText="$t('请输入邀请码')" v-model="invitCode" :clearBtn="false" />
        <div class="protocol textColor">
            <i @click="agreeProt">
                <img v-show="agree" src="../../assets/image/login/prot2.png" alt="" />
@@ -143,10 +143,10 @@
            //         return
            //     }
            // }
         if(this.invitCode ==''){
            this.$toast(this.$t('请输入邀请码'));
                    return
         }
         // if(this.invitCode ==''){
         //    this.$toast(this.$t('请输入邀请码'));
         //            return
         // }
            switch (this.activeIndex) {
                case 0:
                    {