Commit 2c59d9f96ed51af82ee5159f0ed7e606767fc1e7

Authored by 王强
1 parent 6b1a4d8b

设置分享type

src/pages/discountList2/discountList2.vue
... ... @@ -430,7 +430,7 @@
430 430  
431 431 // 判断分享
432 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 477 // 唤起详情页
478 478 if (typeof this.$parent.getOpenApp === "function") {
479 479 this.$parent.getOpenApp({
480   - type: 49,
  480 + type: 51,
481 481 id: this.$route.query.id || 1,
482 482 url: ""
483 483 });
... ... @@ -486,7 +486,7 @@
486 486 // 分享详情页
487 487 if (typeof this.$parent.getShareData === "function") {
488 488 this.$parent.getShareData({
489   - type: 49,
  489 + type: 51,
490 490 id: this.$route.query.id || 1,
491 491 url: ""
492 492 });
... ...