diff --git a/src/views/Wallet/CashOut/KYC.vue b/src/views/Wallet/CashOut/KYC.vue index b24439e..c244db4 100644 --- a/src/views/Wallet/CashOut/KYC.vue +++ b/src/views/Wallet/CashOut/KYC.vue @@ -64,6 +64,7 @@ @@ -81,6 +83,8 @@ alt="" style="display: block; width: 5vw; aspect-ratio: 1/1; object-fit: cover" /> + +
{ return applyInfo.value.contactNumber != '' && previewUrls.value.length > 0 }) +//点击文件选择按钮 +const onFileInputClick = (event) => { + console.log('=== 点击文件选择按钮 ===') + showInfo('Please select a file') +} + // 处理文件选择(每次选一张) const handleFileChange = (e) => { - console.log('=== 文件选择事件开始 ===') - + console.log('=== 文件选择事件结束 ===') try { // 详细记录文件选择状态 if (!e.target.files || e.target.files.length === 0) {