购物车删除商品,总价变化 innerHTML = ''并没有删除节点,内容仍存在

w元素的上的下。

function deleteLi(tmpId) {
//document.getElementById(tmpId).innerHTML = '';
var wdel = document.getElementById(tmpId)
wdel.parentNode.removeChild(wdel)
productCount();
}
posted @ 2017-02-14 01:23  papering  阅读(234)  评论(0编辑  收藏  举报