|
@@ -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;
|
|
|
},
|
|
},
|
|
|
/**
|
|
/**
|