From f0c4104de3ea56f196ff7a366e379283fb37ec8c Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 10 Jun 2026 18:09:55 +0800
Subject: [PATCH] 1

---
 src/views/register/index.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/views/register/index.vue b/src/views/register/index.vue
index 82d1791..c31c3c8 100644
--- a/src/views/register/index.vue
+++ b/src/views/register/index.vue
@@ -43,7 +43,7 @@
                 </span>
             </div>
         </div>
-        <ExInput :label="$t('金融机构代码')" :placeholderText="$t('请输入金融机构识别码')" v-model="invitCode" :clearBtn="false" />
+        <ExInput :label="$t('invitCode')" :placeholderText="$t('entryInvitCode')" v-model="invitCode" :clearBtn="false" />
         <div class="protocol textColor">
             <i @click="agreeProt">
                 <img v-show="agree" src="../../assets/image/login/prot2.png" alt="" />
@@ -133,7 +133,7 @@
     console.log(store)
     let usercode = getStorage('usercode')
     if (usercode) {
-        invitCode = usercode;
+        invitCode.value = usercode;
     }
     clearInterval(state.timer)
     state.timer = null
@@ -254,10 +254,6 @@
     }
     if (repassword.value !== password.value) {
         showToast(t('noSamePassword'));
-        return
-    }
-    if (invitCode.value.length == '') {
-        showToast(t('请输入金融机构代码'));
         return
     }
     if (!agree.value) {

--
Gitblit v1.9.3