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
a26b67016748d8f5755ed22347791ab3a643b3a6
Authored by
王强
2021-03-16 15:53:38 +0800
1 parent
2f36d8cf
工会商品列表页面,通用跳转42,多传信息:to = 工会id,shop_type = '1',代表工会过来的~
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/labourUnion/labourUnion.vue
src/pages/labourUnion/labourUnion.vue
View file @
a26b670
...
...
@@ -450,8 +450,8 @@
450
450
// 跳转参数
451
451
let params = {
452
452
type: '42',
453
- to: '',
454
- shop_type: ''
453
+ to: this.$route.query.ghId,
454
+ shop_type: '1'
455
455
};
456
456
457
457
// 通用跳转
...
...