From e19cf9c8fbca0911044478e4034a2726bce30099 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Tue, 4 Jun 2019 19:54:25 +0800
Subject: [PATCH] 5

---
 public/themes/simpleboot3/portal/shopcart/shop_cart.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
index 9f3e57f..8a951e8 100644
--- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html
+++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
@@ -120,10 +120,10 @@
         console.log(ids);
         console.log(ids[0]);
         goods_id = [];
-        for(i=0;i<ids.length;i++){
+       /* for(i=0;i<ids.length;i++){
             goods_id[i] = ids[i].data('id');
         }
-        console.log(goods_id);
+        console.log(goods_id);*/
     }
 
     // 计算总计
--
libgit2 0.24.0