BUG修改

This commit is contained in:
cwchen 2025-01-06 09:16:31 +08:00
parent 2f9ce36556
commit 53be121ae0
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ $(document).on("click", ".file-iteme .handle", function (event) {
imgListUp.splice(0, imgListUp.length); imgListUp.splice(0, imgListUp.length);
let index = $(this).next().attr('data-index'); let index = $(this).next().attr('data-index');
let isOld = $(this).next().attr('isOld'); let isOld = $(this).next().attr('isOld');
if (isOld) { if (isOld && isOld !== 'undefined') {
delImgIdList.push(isOld); delImgIdList.push(isOld);
$(this).parent().remove(); $(this).parent().remove();
} else { } else {