fix(KYC页面): 修复删除图片的功能

This commit is contained in:
hzj 2025-11-13 10:39:42 +08:00
parent 6e0882d46b
commit 73c9473cf6

View File

@ -288,7 +288,7 @@ const callNativeImagePicker = async () => {
//
const handleCancel = (index) => {
tempFiles.value.splice(index, 1)
resImgUrls.value.splice(index, 1)
}
//