Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f76df97d2a839659e92e8d285b64378986b22636
Authored by
王强
2020-05-11 11:17:22 +0800
1 parent
338c8ef3
搜索结果跳转店铺页面时,添加from=redirect参数~
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/search/search.vue
src/pages/search/search.vue
View file @
f76df97
@@ -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