From 1e485fe4ce231f4d7aef91fa4b0853c111abe2be Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 12 Nov 2025 19:48:15 +0800 Subject: [PATCH] =?UTF-8?q?test15(KYC=E9=A1=B5):=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=8E=B7=E5=8F=96=E5=92=8C=E5=8F=91=E9=80=81?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= 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 b91c8de..35730dd 100644 --- a/src/views/Wallet/CashOut/KYC.vue +++ b/src/views/Wallet/CashOut/KYC.vue @@ -264,7 +264,7 @@ const callNativeImagePicker = async () => { if (result.success && result.data) { const file = result.data - console.log('接收到原生图片数据:', file) + console.log('接收到原生图片数据:', file.path) // 生成预览图 previewUrls.value.push(file.path)