Authored by zhangxiaoru

在APP里隐藏

@@ -247,7 +247,7 @@ const getSearchData = (params) => { @@ -247,7 +247,7 @@ const getSearchData = (params) => {
247 }); 247 });
248 248
249 if (result.data.rec_shop_list && result.data.rec_shop_list.length > 0 && 249 if (result.data.rec_shop_list && result.data.rec_shop_list.length > 0 &&
250 - !params.shop_id && !params.brand) { 250 + !params.shop_id && !params.brand && !params.isApp) {
251 251
252 for (let i = 0; i < result.data.rec_shop_list.length; i++) { 252 for (let i = 0; i < result.data.rec_shop_list.length; i++) {
253 result.data.rec_shop_list[i].is_shop = true; 253 result.data.rec_shop_list[i].is_shop = true;