jufubao-mall 2.0.16-beta57 → 2.0.16-beta58

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-beta57",
3
+ "version": "2.0.16-beta58",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -895,6 +895,9 @@
895
895
  this.searchFilterList = [];
896
896
  }else{
897
897
  this.searchFilterList = res.items || [];
898
+ //过滤筛选条件
899
+ // debugger
900
+ this.filterSearchMap();
898
901
  console.log( this.searchFilterList,' this.searchFilterList')
899
902
  }
900
903
  this.brandList = res.brands.map(item => {