Commit f76df97d2a839659e92e8d285b64378986b22636

Authored by 王强
1 parent 338c8ef3

搜索结果跳转店铺页面时,添加from=redirect参数~

Showing 1 changed file with 1 additions and 1 deletions
src/pages/search/search.vue
@@ -644,7 +644,7 @@ @@ -644,7 +644,7 @@
644 // 构造跳转参数 644 // 构造跳转参数
645 let options = { 645 let options = {
646 type: "5", 646 type: "5",
647 - to: item.shop_url, 647 + to: item.shop_url + "&from=redirect",
648 shop_type: "" 648 shop_type: ""
649 } 649 }
650 650