Commit 8347210577bc55d786c3410fd0835565ec220ff2
1 parent
015f004b
分享拉起操作
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/goodDetails/goodDetails.vue
| ... | ... | @@ -207,7 +207,7 @@ export default { |
| 207 | 207 | toShare () { |
| 208 | 208 | // 判断分享 |
| 209 | 209 | if (typeof this.$parent.toShare === 'function') { |
| 210 | - this.$parent.toShare(38, this.$route.query.id || 0); | |
| 210 | + this.$parent.toShare(46, this.$route.query.id || 0); | |
| 211 | 211 | } |
| 212 | 212 | }, |
| 213 | 213 | /** |
| ... | ... | @@ -394,7 +394,7 @@ export default { |
| 394 | 394 | if (typeof this.$parent.getShareData === "function") { |
| 395 | 395 | this.$parent.getShareData({ |
| 396 | 396 | type: 46, |
| 397 | - id: "", | |
| 397 | + id: this.$route.query.id, | |
| 398 | 398 | url: "" |
| 399 | 399 | }); |
| 400 | 400 | } | ... | ... |
src/pages/pointsMall/pointsMall.vue