<div class="cnblogs_code">
图片上传
Box"
Box-icon"
/static/img/H5_addPhoto.png"
<span style="color: #0000ff">function<span style="color: #000000"> IconHide(e) {
$(e).children('.closeIcon'<span style="color: #000000">).hide();
};
<span style="color: #008000">//<span style="color: #008000">图片删除
<span style="color: #0000ff">function<span style="color: #000000"> delPhoto(e) {
<span style="color: #0000ff">var thisImage = $(e).parent().parent().find('img').attr("src"<span style="color: #000000">);
attachmentArr.remove(thisImage);
$(e).parent().parent().remove();
};