调整名优特产分类查询
This commit is contained in:
parent
4cb6aa197e
commit
ac280a5446
@ -306,6 +306,7 @@
|
||||
cate_pid: '',
|
||||
keyword: '',
|
||||
mer_type: 3, //1-里海云仓, 2-云市场, 3-名优特产
|
||||
sale_type: 1, //1-零售, 2-批发
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -357,7 +358,7 @@
|
||||
this.getProductslist(true);
|
||||
},
|
||||
getCategoryIndexList(){
|
||||
getCategoryIndexList().then(res=>{
|
||||
getCategoryIndexList({mer_type: this.where.mer_type, sale_type: this.where.sale_type}).then(res=>{
|
||||
this.store_category = [{
|
||||
cate_name: '全部',
|
||||
pic: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/0bc7a202404021652194310.png',
|
||||
|
Loading…
x
Reference in New Issue
Block a user