From 73c9473cf683aea40b8ca3f9e74234ba7ec2e8e9 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 13 Nov 2025 10:39:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(KYC=E9=A1=B5=E9=9D=A2):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=88=A0=E9=99=A4=E5=9B=BE=E7=89=87=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Wallet/CashOut/KYC.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/CashOut/KYC.vue b/src/views/Wallet/CashOut/KYC.vue index bd557a0..0ba1b91 100644 --- a/src/views/Wallet/CashOut/KYC.vue +++ b/src/views/Wallet/CashOut/KYC.vue @@ -288,7 +288,7 @@ const callNativeImagePicker = async () => { // 取消图片选择 const handleCancel = (index) => { - tempFiles.value.splice(index, 1) + resImgUrls.value.splice(index, 1) } // 上传图片