更新时间:2019/1/4 上午8:38:29
更新说明:修改删除选择没有更新已选
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | //计算产品价格 function TotalPrice() { //总价 var total = 0; $( ".product-em" ).each( function () { if ($( this ).is( ".product-xz" )) { var price = parseInt($( this ).parents( ".product-ckb" ).siblings().find( ".price" ).text()); //得到产品单价 var slproice = parseInt($( this ).parents( ".product-ckb" ).siblings().find( ".product-num" ).val()); //得到产品数量 var dgtotal = price * slproice; total += dgtotal; } $( ".all-price" ).text(total.toFixed(2)); //输出全部总价 }); } |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com