BUG修改
This commit is contained in:
parent
2f9ce36556
commit
53be121ae0
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue