|
|
@@ -270,7 +270,7 @@ Page({ |
|
|
|
// 来自页面内转发按钮 |
|
|
|
let _this = this; |
|
|
|
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}`, |
|
|
|
imageUrl: _this.data.data.coverImg, |
|
|
|
success: function (res) { |
|
|
|