From c24df74d6facd64188721136eb97f580d969d574 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Tue, 4 Jun 2019 19:41:21 +0800 Subject: [PATCH] 54 --- 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 fe0ab8b..af15eee 100644 --- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html +++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html @@ -116,7 +116,7 @@ *删除 */ function datadel(){ - $ids = $('.add').data('id'); + $ids = $('.add'); console.log($ids); } -- libgit2 0.24.0