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