jf 5 years ago
parent
commit
c6741e44d0
2 changed files with 5 additions and 5 deletions
  1. 1 1
      ghsApp/src/mixins/product.js
  2. 4 4
      ghsApp/src/mixins/productContrapose.js

+ 1 - 1
ghsApp/src/mixins/product.js

@@ -88,7 +88,7 @@ export default {
 		},
 		},
 		//选择商品总数
 		//选择商品总数
 		allCount() {
 		allCount() {
-			console.log(444444, this.selectList);
+			// console.log(444444, this.selectList);
 			return this.selectList.length;
 			return this.selectList.length;
 		},
 		},
 		/**
 		/**

+ 4 - 4
ghsApp/src/mixins/productContrapose.js

@@ -54,9 +54,9 @@ export default {
 		 * 当前页面选中的商品列表
 		 * 当前页面选中的商品列表
 		 */
 		 */
 		selectList() {
 		selectList() {
-			console.log('this.getSelectInfo',this.getSelectInfo)
-			console.log('this.pageType',this.pageType)
-			console.log('this.getSelectInfo[this.pageType]',this.getSelectInfo[this.pageType])
+			// console.log('this.getSelectInfo',this.getSelectInfo)
+			// console.log('this.pageType',this.pageType)
+			// console.log('this.getSelectInfo[this.pageType]',this.getSelectInfo[this.pageType])
 			return this.getSelectInfo[this.pageType] || [];
 			return this.getSelectInfo[this.pageType] || [];
 		},
 		},
 		scrollClassId() {
 		scrollClassId() {
@@ -89,7 +89,7 @@ export default {
 		},
 		},
 		//选择商品总数
 		//选择商品总数
 		allCount() {
 		allCount() {
-			console.log(444444, this.selectList);
+			// console.log(444444, this.selectList);
 			return this.selectList.length;
 			return this.selectList.length;
 		},
 		},
 		/**
 		/**