From c2be30632ad1157ab12045be4f198ef4f45ae3e4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 3 Dec 2024 10:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E9=87=87=E9=9B=86=E9=A1=B5?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reviewers/ReviewersResearch.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/reviewers/ReviewersResearch.vue b/src/views/reviewers/ReviewersResearch.vue index 2b8048d9..744cce61 100644 --- a/src/views/reviewers/ReviewersResearch.vue +++ b/src/views/reviewers/ReviewersResearch.vue @@ -48,7 +48,8 @@ style="width: 100%" :disabled="sendDisabled" @click="handleSendCode" - >{{ sendTitle }}{{ this.$t('trials:researchForm:button:send') + }}{{ count || count === 0 ? `(${count}s)` : '' }} @@ -314,6 +315,7 @@ export default { this.sendTitle = this.$t('trials:researchForm:button:send') clearInterval(this.timer) this.timer = null + this.count = null } }, 1000) }