From 27249aa03794225992acbb397987afcd75c6efae Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 18 Mar 2025 11:00:02 +0800
Subject: [PATCH] 1

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

diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index 230774e..4c8b3f8 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -167,9 +167,9 @@
           <span class="text-grey">{{
             $t("上传证件照失败,请联系客服获取邮箱地址发送证件照或者重新上传")
           }}</span>
-          <span class="text-blue service-text" @click="tokefu">
+          <!-- <span class="text-blue service-text" @click="tokefu">
             {{ $t("联系客服") }}</span
-          >
+          > -->
         </div>
         <nationality-list
           ref="controlChild"
@@ -229,6 +229,9 @@
   },
   created() {
     this.language = this.$i18n.locale;
+	if(this.language=='zh-TW'){
+		this.language='zh-CN'
+	}
     this.fetchInfo();
   },
   methods: {

--
Gitblit v1.9.3