zhengjinyi 4 年之前
父节点
当前提交
4475661038
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      pages/tabBar/cart/cart.vue

+ 0 - 2
pages/tabBar/cart/cart.vue

@@ -279,7 +279,6 @@
 							})
 							item.isDisabled = invalidLength === productsListLength;
 						})
-						console.log(this.goodsList);
 					} else {
 						this.goodsList = [];
 					}
@@ -307,7 +306,6 @@
 			},
 			ischeck(item,pro){//为未选中的时候改变为true,反之为true
 				pro.productsChecked = !pro.productsChecked;
-				console.log(pro.productsChecked)
 				this.updateProductCheckedAllBtn(item);
 				this.updateCheckAllBtn();