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();