How to remove the uploaded image in any box?

前端 未结 4 801
孤城傲影
孤城傲影 2021-01-27 09:42

My code is very long. I can not show you all here. I just show the javascript code only

My javascript like this :



        
4条回答
  •  梦如初夏
    2021-01-27 10:25

    I have found out your problem. Your delete function does not detect the number of photos currently uploaded but simply deletes the last one.

    Added: current photo count, changed delete method to use current instead of 'i', increment count on upload and decrement count on delete.

    
    

提交回复
热议问题