diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
index c2b7489..6fad8bf 100644
--- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html
+++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
@@ -213,6 +213,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"));
                     var price = parseFloat($(priceSpans[i]).text());
                     var count = parseInt($(countInputs[i]).val());
                     totalCount += count;