Commit bc7cb4c5 by 李嘉林

🐞 fix: 接口改参数

parent c70c5d55
...@@ -326,8 +326,8 @@ const componentOptions = { ...@@ -326,8 +326,8 @@ const componentOptions = {
query.productAttributeIds = this.data.submitFliterVal.productAttributeIds; query.productAttributeIds = this.data.submitFliterVal.productAttributeIds;
query.minPrice = this.data.submitFliterVal.minPrice; query.minPrice = this.data.submitFliterVal.minPrice;
query.maxPrice = this.data.submitFliterVal.maxPrice; query.maxPrice = this.data.submitFliterVal.maxPrice;
query.searchScopeFlag = 1;
} }
query.searchScopeFlag = 1;
goodsApi.queryProductInfo(query).then(res => { goodsApi.queryProductInfo(query).then(res => {
this.setData({ loading: false, queryProductInfoLoading: false }); this.setData({ loading: false, queryProductInfoLoading: false });
if (res.data.code == 200) { if (res.data.code == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment