diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html index 3c65b47..abe13ef 100644 --- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html +++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html @@ -117,6 +117,7 @@ */ function datadel(){ ids = $('.add'); + console.log(ids); goods_id = []; for(i=0;i<ids.length;i++){ goods_id[i] = ids[i].data('id');