jufubao-mall 2.0.16-beta5 → 2.0.16-beta6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.16-beta5",
3
+ "version": "2.0.16-beta6",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -275,7 +275,7 @@
275
275
  this.serverType = gCPVal(container, 'serverType', [['SELL']]);
276
276
  this.shopType = gCPVal(container, 'shopType', '');
277
277
  this.shopListStyle = gCPVal(container, 'shopListStyle', 'v2');
278
- this.showQuery = 'Y'//gCPVal(container, 'showQuery', 'N');
278
+ this.showQuery = gCPVal(container, 'showQuery', 'N');
279
279
  if(this.showQuery === 'Y') this.filterMode = gCPVal(container, 'filterMode', [['filter']])
280
280
  else this.filterMode = [];
281
281