| @@ -216,7 +216,7 @@ Page({ | |||||
| }) | }) | ||||
| .then(res => { | .then(res => { | ||||
| wx.reLaunch({ | wx.reLaunch({ | ||||
| url: `/pages/spellDetail/index?orderId=${orderId}&couponId=${_this.data.data.couponId}&orderGroupId=${res.data.orderGroupId}` | |||||
| url: `/pages/spellDetail/index?orderId=${orderId}&couponId=${_this.data.data.couponId}&orderGroupId=${res.data.orderGroupId}&couponChannelId=${_this.data.couponChannelId}` | |||||
| }); | }); | ||||
| }) | }) | ||||
| .catch(err => { | .catch(err => { | ||||
| @@ -270,7 +270,7 @@ Page({ | |||||
| // 来自页面内转发按钮 | // 来自页面内转发按钮 | ||||
| let _this = this; | let _this = this; | ||||
| return { | return { | ||||
| title: '拼团', | |||||
| title: _this.data.nickName + '超值推荐的' + _this.data.data.title, | |||||
| path: `/pages/index/index?couponId=${_this.data.data.couponId}&orderGroupId=${_this.data.data.orderGroupId}&couponChannelId=${_this.data.paramData.couponChannelId}&orderId=${_this.data.data.orderId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}`, | path: `/pages/index/index?couponId=${_this.data.data.couponId}&orderGroupId=${_this.data.data.orderGroupId}&couponChannelId=${_this.data.paramData.couponChannelId}&orderId=${_this.data.data.orderId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}`, | ||||
| imageUrl: _this.data.data.coverImg, | imageUrl: _this.data.data.coverImg, | ||||
| success: function (res) { | success: function (res) { | ||||
| @@ -139,7 +139,7 @@ Page({ | |||||
| let _this = this; | let _this = this; | ||||
| let data = res.target.dataset.data | let data = res.target.dataset.data | ||||
| return { | return { | ||||
| title: '拼团', | |||||
| title: data.nickName + '超值推荐的' + data.title, | |||||
| path: `/pages/index/index?couponId=${data.couponId}&orderGroupId=${data.orderGroupId}&couponChannelId=${data.couponChannelId}&orderId=${data.orderId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}`, | path: `/pages/index/index?couponId=${data.couponId}&orderGroupId=${data.orderGroupId}&couponChannelId=${data.couponChannelId}&orderId=${data.orderId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}`, | ||||
| imageUrl: data.coverImg, | imageUrl: data.coverImg, | ||||
| success: function (res) { | success: function (res) { | ||||