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