From 7f713f2cfcba79c146bd9a604892c4b14d08d6d1 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 11 Sep 2025 13:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/forgetpassword/index.vue | 14 ++++++++++---- src/views/trials/trials-myinfo/account.vue | 6 +++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/views/forgetpassword/index.vue b/src/views/forgetpassword/index.vue index d7875d9..9c99db2 100644 --- a/src/views/forgetpassword/index.vue +++ b/src/views/forgetpassword/index.vue @@ -220,9 +220,14 @@ export default { if (!this.users || this.users.length <= 0) return '' let str = '' this.users.forEach((item, index) => { - str += `${item.UserName}(${item.UserTypeShortName})` - if (index < this.users.length - 1) { - str += '; ' + if (index === 0) { + str += `${item.UserName}(` + } + + if (index === this.users.length - 1) { + str += `${item.UserTypeShortName})` + } else { + str += `${item.UserTypeShortName}、` } }) return str @@ -327,7 +332,8 @@ export default { obj.sendDisabled = true; obj.sendTitle = `${this.$t( "passwordReset:button:wait" - )}(${countdown}s)`; + ) + } (${countdown}s)`; countdown--; // eslint-disable-next-line no-self-assign countdown = countdown; diff --git a/src/views/trials/trials-myinfo/account.vue b/src/views/trials/trials-myinfo/account.vue index 5f6b571..22f9bc9 100644 --- a/src/views/trials/trials-myinfo/account.vue +++ b/src/views/trials/trials-myinfo/account.vue @@ -23,10 +23,10 @@ + :title="this.$t('recompose:tip:inputCheckCode')" type="number" /> - + {{ $t("trials:trials-myinfo:button:update") }}