From cb73d70a41cf5ce10b20ebe6658e6ab9c3c4e25c Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Tue, 4 Jun 2019 19:46:46 +0800 Subject: [PATCH] 25 --- 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 f633335..2f1af83 100644 --- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html +++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html @@ -117,7 +117,7 @@ */ function datadel(){ $ids = $('.add'); - console.log($ids[0]); + console.log($ids.length); } // 计算总计 -- libgit2 0.24.0