From ef2e2e3f9c6d37cc47b14ce0444fb75e6aa19dd1 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 27 Aug 2025 18:12:21 +0800
Subject: [PATCH] 零时提交

---
 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 4b322cd..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)"
     >
@@ -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