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
9a756854350fab3dadc364c1fd8d5451f157431c
Authored by
zhiyangdu
2020-12-11 14:12:03 +0800
1 parent
b1943684
分享参数
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/goodDetails/goodDetails.vue
src/pages/goodDetails/goodDetails.vue
View file @
9a75685
...
...
@@ -207,7 +207,7 @@ export default {
207
207
toShare () {
208
208
// 判断分享
209
209
if (typeof this.$parent.toShare === 'function') {
210
- this.$parent.toShare(46,
this.$route.query.id || 0
);
210
+ this.$parent.toShare(46,
"1", ""
);
211
211
}
212
212
},
213
213
/**
...
...