Commit 2747ad83f0779ffbdefd671535f45b93d80a8b51
1 parent
9a025b2e
每月礼包分享盆友圈优化
Showing
1 changed file
with
3 additions
and
2 deletions
packageE/pages/user/monthgiftbag/giftpackinfo/giftpackinfo.js
| ... | ... | @@ -83,7 +83,8 @@ Page({ |
| 83 | 83 | onLoad: function (options) { |
| 84 | 84 | |
| 85 | 85 | var th = this; |
| 86 | - | |
| 86 | + console.log('分享参数---'); | |
| 87 | + console.log(options); | |
| 87 | 88 | this.setData({ |
| 88 | 89 | params: options, |
| 89 | 90 | }) |
| ... | ... | @@ -832,7 +833,7 @@ Page({ |
| 832 | 833 | onShareTimeline() { |
| 833 | 834 | getApp().globalData.no_clear = 1; |
| 834 | 835 | |
| 835 | - var pagePath = "&isBuy=1" + "&lbId=" + this.data.lbId + "&first_leader=" + this.data.getUserID; | |
| 836 | + var pagePath = "&isBuy=1" + "&id=" + this.data.options.id + "&first_leader=" + this.data.getUserID; | |
| 836 | 837 | var user_id = getApp().globalData.user_id; |
| 837 | 838 | if (!user_id) user_id = 0; |
| 838 | 839 | ... | ... |