From 7907f9a7d414404effff61df799945c23573b25a Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 23 Oct 2025 15:19:12 +0800
Subject: [PATCH] 1
---
src/views/authentication/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/authentication/index.vue b/src/views/authentication/index.vue
index dec8bc2..3c30879 100644
--- a/src/views/authentication/index.vue
+++ b/src/views/authentication/index.vue
@@ -65,7 +65,7 @@
</div>
<div class=" font-26 h-20 textColor1">{{ $t('credentObverse') }}</div>
</div>
- <div class="flex-1 flex flex-col text-center justify-center items-center">
+ <!-- <div class="flex-1 flex flex-col text-center justify-center items-center">
<div class="upload-wrap">
<img src="../../assets/image/kyc/2.png" alt="" class="w-full"
v-if="[1, 2].includes(status) && fileList.length === 0" />
@@ -73,12 +73,12 @@
:after-read="afterRead" @click-upload="onClickUpload('fileList')" v-else />
</div>
<div class="font-26 h-20" style="color:#868D9A;">{{ $t('handCredent') }}</div>
- </div>
+ </div> -->
</div>
</div>
<template v-if="!disabled()">
- <div class="font-35 mb-32 textColor">{{ $t('photoExample') }}</div>
- <img src="@/assets/image/kyc/kyc-demo.png" alt="" style="width:100%;height:auto;" class="w-756 h-220 mb-100">
+ <!-- <div class="font-35 mb-32 textColor">{{ $t('photoExample') }}</div> -->
+ <!-- <img src="@/assets/image/kyc/kyc-demo.png" alt="" style="width:100%;height:auto;" class="w-756 h-220 mb-100"> -->
<!-- <div class="mb-100 flex justify-center">
<div class="flex flex-1 justify-center">
<img src="../../assets/image/kyc/0.png" alt="" class="w-120 h-120" />
@@ -206,10 +206,10 @@
showToast(t('entryCredent'))
return
}
- if (frontFile.value.length == 0 || reverseFile.value.length == 0|| fileList.value.length == 0) {
- showToast(t('uploadComplete'))
- return
- }
+ // if (frontFile.value.length == 0 || reverseFile.value.length == 0|| fileList.value.length == 0) {
+ // showToast(t('uploadComplete'))
+ // return
+ // }
_applyIdentify({
name: name.value,
idnumber: idnumber.value,
--
Gitblit v1.9.3