From 208fdfa683d883e75c9307d2172690820e6187bf Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 10 May 2025 15:54:39 +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 4c8b3f8..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()">
--
Gitblit v1.9.3