From d9079ac8ddaa54d296b47238f54c75bea1074aba Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Tue, 4 Jun 2019 19:53:50 +0800
Subject: [PATCH] 1

---
 public/themes/simpleboot3/portal/shopcart/shop_cart.html | 1 +
 1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
index c83239b..9f3e57f 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);
         console.log(ids[0]);
         goods_id = [];
         for(i=0;i<ids.length;i++){
--
libgit2 0.24.0