...
|
...
|
@@ -256,6 +256,8 @@ const getSearchData = (params) => { |
|
|
for (let i = 0; i < result.data.rec_shop_list.length; i++) {
|
|
|
if (parseInt(result.data.rec_shop_list[i].show_type, 10) === 1) {
|
|
|
result.data.rec_shop_list[i].is_shop = true;
|
|
|
result.data.rec_shop_list[i].shopUrl = '//m.yohobuy.com/product/index/brand?domain=' +
|
|
|
result.data.rec_shop_list[i].shop_domain;
|
|
|
newList.list.splice(parseInt(result.data.rec_shop_list[i].insert_index, 10) - 1, 0,
|
|
|
result.data.rec_shop_list[i]);
|
|
|
}
|
...
|
...
|
|