Commit 2c59d9f96ed51af82ee5159f0ed7e606767fc1e7
1 parent
6b1a4d8b
设置分享type
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/discountList2/discountList2.vue
| @@ -430,7 +430,7 @@ | @@ -430,7 +430,7 @@ | ||
| 430 | 430 | ||
| 431 | // 判断分享 | 431 | // 判断分享 |
| 432 | if (typeof this.$parent.toShare === 'function') { | 432 | if (typeof this.$parent.toShare === 'function') { |
| 433 | - this.$parent.toShare(49, this.$route.query.id || 1); | 433 | + this.$parent.toShare(51, this.$route.query.id || 1); |
| 434 | } | 434 | } |
| 435 | }, | 435 | }, |
| 436 | 436 | ||
| @@ -477,7 +477,7 @@ | @@ -477,7 +477,7 @@ | ||
| 477 | // 唤起详情页 | 477 | // 唤起详情页 |
| 478 | if (typeof this.$parent.getOpenApp === "function") { | 478 | if (typeof this.$parent.getOpenApp === "function") { |
| 479 | this.$parent.getOpenApp({ | 479 | this.$parent.getOpenApp({ |
| 480 | - type: 49, | 480 | + type: 51, |
| 481 | id: this.$route.query.id || 1, | 481 | id: this.$route.query.id || 1, |
| 482 | url: "" | 482 | url: "" |
| 483 | }); | 483 | }); |
| @@ -486,7 +486,7 @@ | @@ -486,7 +486,7 @@ | ||
| 486 | // 分享详情页 | 486 | // 分享详情页 |
| 487 | if (typeof this.$parent.getShareData === "function") { | 487 | if (typeof this.$parent.getShareData === "function") { |
| 488 | this.$parent.getShareData({ | 488 | this.$parent.getShareData({ |
| 489 | - type: 49, | 489 | + type: 51, |
| 490 | id: this.$route.query.id || 1, | 490 | id: this.$route.query.id || 1, |
| 491 | url: "" | 491 | url: "" |
| 492 | }); | 492 | }); |