细节修改

version/0412
fanfan 9 months ago
parent 77f81ee306
commit 207504da6e
  1. 7
      pages/activity/newGoods.vue
  2. 4
      pages/index/index.vue

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

Loading…
Cancel
Save