细节修改

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; const app = this;
let pamars = { let pamars = {
page: 1, page: 1,
is_brand: 0, is_brand: '',
is_new: 1, is_new: 1,
categoryId: 0, categoryId: '',
order: '' order: '',
is_in_store: 0
} }
Api.brandList(pamars) Api.brandList(pamars)
.then(result => { .then(result => {

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

Loading…
Cancel
Save