From c17311ba1351cd5e64654c3fc7b2fe765b1e7382 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:53:12 +0800
Subject: [PATCH] 1

---
 src/views/certificationCenter/index.vue |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/views/certificationCenter/index.vue b/src/views/certificationCenter/index.vue
index 7944e3b..d9afe28 100644
--- a/src/views/certificationCenter/index.vue
+++ b/src/views/certificationCenter/index.vue
@@ -40,7 +40,7 @@
             <img :src="handImg(`status${kyc_status}`)" alt="" />
             <span class="textColor-span font-28 flex items-center">{{
               fixState(kyc_status)
-            }}</span>
+              }}</span>
           </div>
         </div>
         <div class="px-32-1">
@@ -66,7 +66,8 @@
             <p v-show="(kyc_status == 3)">{{ $t('certificationRefusal') }}:{{ turnDownMsg }}</p>
           </div>
           <div class="rounded-lg py-26 text-center btn"
-            :class="kyc_status == 0 || kyc_status == 3 ? 'btnMain text-white' : 'bgDark text-grey'" @click="openUlr(1)">{{
+            :class="kyc_status == 0 || kyc_status == 3 ? 'btnMain text-white' : 'bgDark text-grey'" @click="openUlr(1)">
+            {{
               fixBtnState(kyc_status) }}</div>
         </div>
 
@@ -121,12 +122,12 @@
             <span class="textColor mr-10">{{ item.title }}</span>
             <span>{{ item.des }}</span>
           </div>
-          <div class="text-grey text-grey1 font-30 " v-for="(str, index) in item.arr" :class="{ 'colorMain': index == 1 }"
-            :key="index">{{ str }}</div>
+          <div class="text-grey text-grey1 font-30 " v-for="(str, index) in item.arr"
+            :class="{ 'colorMain': index == 1 }" :key="index">{{ str }}</div>
         </div>
         <div class="btnMain btnMain1 text-white font-34 py-26 rounded-lg text-center mt-68" @click="onClose">{{
           $t('confirm')
-        }}</div>
+          }}</div>
       </div>
     </van-popup>
   </div>
@@ -383,7 +384,11 @@
   padding-left: 2rem;
   padding-right: 2rem;
   padding-bottom: 2.625rem;
-  background: $tab_background;
+  // background: $tab_background;
+
+  @include themify() {
+    background: themed("tab_background");
+  }
 
   .user-info {
     overflow: hidden;
@@ -421,7 +426,7 @@
 .textColor4 {
   margin-top: 2rem;
   // background: $light-grey;
-  color: $text_color;
+  // color: $text_color;
   padding: 2px 20px;
   text-align: center;
   height: 40px;
@@ -563,7 +568,8 @@
 .fs {
   font-size: 14px;
   margin-left: 10px;
-  color: $text_color1;;
+  color: $text_color1;
+  ;
 }
 
 .text-grey .img3 {

--
Gitblit v1.9.3