rabin hace 2 años
padre
commit
f35c363c9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/card/assets/pc/html/setGoods.html

+ 1 - 1
app/card/assets/pc/html/setGoods.html

@@ -199,7 +199,7 @@
     {
         var total = 0;
         for (var i in goods) {
-            if (goods[id].del == 1) {
+            if (goods[i].del == 1) {
             	total += 1;
             }
         }