Commit 0b804ca8 by 李嘉林

商品列表组件es接口加门店查询参数

parent 5328c408
......@@ -314,6 +314,10 @@ const componentOptions = {
query.minPrice = this.data.submitFliterVal.minPrice;
query.maxPrice = this.data.submitFliterVal.maxPrice;
}
if (processEnv.NODE_ENV == 'xhyx_prod') {
// 隔离门店搜索
query.searchScopeFlag = 1;
}
goodsApi[processEnv.NODE_ENV == 'xhyx_prod'?'selectProductInfoOnEs':'queryProductInfo'](query).then(res => {
this.setData({ loading: false, queryProductInfoLoading: false });
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