From a8b0eb32d97e7a540692a8a29f610fe76d67ef74 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 28 Jul 2025 17:39:39 +0800
Subject: [PATCH] 1

---
 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