From 3003b7486ddeffd169f2b2f564fc0ff8c2c58bb3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Tue, 22 Jul 2025 09:56:04 +0800
Subject: [PATCH] 1

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

diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index 114f4da..b657f3a 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
@@ -325,6 +325,7 @@
 </script>
 
 <style scoped lang="less">
+@green: #c4d600;
   /deep/ .van-nav-bar__content {
     height: 65px;
   }
@@ -420,7 +421,7 @@
   display: flex;
   align-items: center;
   justify-content: center;
-  background: #5c288c;
+  background: @green;
   font-size: 0.4103rem;
   color: #fff;
 

--
Gitblit v1.9.3