From f3e70d4fb065b5e4c5478d07fdeb3f7e2483730c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 29 Nov 2024 01:05:29 +0800
Subject: [PATCH] 修改充值写死
---
src/page/authentication/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index 230774e..8891fc9 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -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