From 552e46d2a65d508f06537194d2f8634dfcd4610b Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Tue, 4 Jun 2019 18:00:46 +0800 Subject: [PATCH] 7 --- public/themes/simpleboot3/portal/shopcart/shop_cart.html | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html index 7b7f4e8..6080f60 100644 --- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html +++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html @@ -142,7 +142,6 @@ for (var i = 0; i < priceSpans.length; i += 1) { // 强调: jQuery对象使用下标运算或get方法会还原成原生的JavaScript对象 if ($(checkBoxes[i]).attr("src") == "__TMPL__/public/assets/images/39.png") { - console.log(21121); var price = parseFloat($(priceSpans[i]).text()); var count = parseInt($(countInputs[i]).val()); totalCount += count; -- libgit2 0.24.0