From 5dfb843c29fdcc1693961b70a36ddee3fea85a4a Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 27 Feb 2026 16:33:11 +0800
Subject: [PATCH] 1

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

diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index 114f4da..500ec37 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -3,7 +3,7 @@
     <van-nav-bar
       :placeholder="true"
       :safe-area-inset-top="true"
-      title="KYC"
+      :title="$t('kyc')"
       left-arrow
       @click-left="$router.go(-1)"
     >
@@ -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
@@ -420,7 +420,7 @@
   display: flex;
   align-items: center;
   justify-content: center;
-  background: #5c288c;
+  background: #185546;
   font-size: 0.4103rem;
   color: #fff;
 

--
Gitblit v1.9.3