From 6e0882d46b44156d8716b971a6e6ec37459f5ac9 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 13 Nov 2025 10:19:59 +0800 Subject: [PATCH] =?UTF-8?q?style(KYC):=20=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Wallet/CashOut/KYC.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/Wallet/CashOut/KYC.vue b/src/views/Wallet/CashOut/KYC.vue index bc0332e..bd557a0 100644 --- a/src/views/Wallet/CashOut/KYC.vue +++ b/src/views/Wallet/CashOut/KYC.vue @@ -268,13 +268,10 @@ const callNativeImagePicker = async () => { // 生成预览图 resImgUrls.value.push(file.path) - - showSuccess(t('image_selected_success')) resolve() } else { - const errorMsg = result.error || t('file_selection_failed') + const errorMsg = result.error console.error('图片选择失败:', errorMsg) - // showError(errorMsg) reject(new Error(errorMsg)) } } catch (error) {