@ -76,10 +76,11 @@
const app = this;
let pamars = {
page: 1,
is_brand: 0,
is_brand: '',
is_new: 1,
categoryId: 0,
order: ''
categoryId: '',
order: '',
is_in_store: 0
}
Api.brandList(pamars)
.then(result => {
@ -751,7 +751,7 @@
order: 1,
GoodsApi.brandList(param).then(res => {
@ -781,7 +781,7 @@
is_brand: this.current == 0 ? 1 : '',
is_new: '',
is_in_store: this.current == 0 ? 0 : 1