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