From 9f96348fb4f2d0442303aafefb5e9ca39ea85663 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 11 Feb 2025 15:08:38 +0800
Subject: [PATCH] 111

---
 src/page/authentication/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index 114f4da..4b322cd 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -48,13 +48,13 @@
       </div>
       <div class="bank_name">
         <div class="lefts">
-          <span>{{ $t("有效號碼") + ":" }}</span>
+          <span>{{ $t("电话号码") + ":" }}</span>
         </div>
         <div class="rights">
           <input
             v-if="showBtn"
             type="text"
-            placeholder="Please enter your Valid number"
+            placeholder="Please enter your telephone number"
             v-model="form.vaildNumber"
           />
           <input

--
Gitblit v1.9.3