Sign in
w-front-end
/
popularSports
·
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
50d68f042e0f82792672f6fb134e255e626742ac
Authored by
zhiyangdu
2020-01-13 14:10:02 +0800
1 parent
8b0e585d
获取url的id改成appid
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/index/index.vue
src/pages/index/index.vue
View file @
50d68f0
...
...
@@ -45,7 +45,7 @@
45
45
// 获取并设置分享参数
46
46
this.$parent.getShareData({
47
47
type: 23,
48
- id: this.$route.query.
id||
1,
48
+ id: this.$route.query.
appid ||
1,
49
49
url: ""
50
50
});
51
51
},
...
...