From 4fc277cc90e31259058abfef123688c097186ebf Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Tue, 4 Jun 2019 19:45:47 +0800 Subject: [PATCH] d --- 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 af15eee..f633335 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); + console.log($ids[0]); } // 计算总计 -- libgit2 0.24.0