Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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; |
-
Please register or login to post a comment