|
@@ -159,7 +159,7 @@ var productList = new Vue({
|
|
|
}
|
|
|
return el;
|
|
|
})
|
|
|
- _self.brandLists = _self.defaultBrandLists.slice(0,8)
|
|
|
+ _self.brandLists = _self.defaultBrandLists.slice(0,7)
|
|
|
}else {
|
|
|
console.log('查询品牌列表异常')
|
|
|
}
|
|
@@ -200,7 +200,7 @@ var productList = new Vue({
|
|
|
if( this.isShowAllBrands){
|
|
|
this.brandLists = this.defaultBrandLists;
|
|
|
}else{
|
|
|
- this.brandLists = this.defaultBrandLists.slice(0,8)
|
|
|
+ this.brandLists = this.defaultBrandLists.slice(0,7)
|
|
|
}
|
|
|
},
|
|
|
hanldCheckedActivi:function(){// 选择促销商品选项
|