From bcf817f20ede9ccaf9bfb704816a0f8f0e4cb944 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 05 Jun 2025 17:26:16 +0800
Subject: [PATCH] 1

---
 src/page/authentication/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index 8891fc9..f76e807 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -120,7 +120,7 @@
                 {{ $t("证件反面") }}
               </div>
             </div>
-            <!-- <div
+            <div
               class="flex-1 flex flex-col text-center justify-center items-center"
             >
               <div class="upload-wrap">
@@ -144,7 +144,7 @@
               <div class="mt-32 font-26 h-20" style="color: #868d9a">
                 {{ $t("手持证件照") }}
               </div>
-            </div> -->
+            </div>
           </div>
         </div>
         <template v-if="!disabled()">
@@ -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"

--
Gitblit v1.9.3