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
|
@@ -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 => {
|