|
|
@ -751,7 +751,7 @@ |
|
|
|
categoryId: '', |
|
|
|
categoryId: '', |
|
|
|
is_brand: '', |
|
|
|
is_brand: '', |
|
|
|
is_new: 1, |
|
|
|
is_new: 1, |
|
|
|
order: 1, |
|
|
|
order: '', |
|
|
|
is_in_store: 0 |
|
|
|
is_in_store: 0 |
|
|
|
} |
|
|
|
} |
|
|
|
GoodsApi.brandList(param).then(res => { |
|
|
|
GoodsApi.brandList(param).then(res => { |
|
|
@ -781,7 +781,7 @@ |
|
|
|
categoryId: '', |
|
|
|
categoryId: '', |
|
|
|
is_brand: this.current == 0 ? 1 : '', |
|
|
|
is_brand: this.current == 0 ? 1 : '', |
|
|
|
is_new: '', |
|
|
|
is_new: '', |
|
|
|
order: 1, |
|
|
|
order: '', |
|
|
|
is_in_store: this.current == 0 ? 0 : 1 |
|
|
|
is_in_store: this.current == 0 ? 0 : 1 |
|
|
|
} |
|
|
|
} |
|
|
|
GoodsApi.brandList(param).then(res => { |
|
|
|
GoodsApi.brandList(param).then(res => { |
|
|
|