|
|
@@ -33,6 +33,7 @@ Page({ |
|
|
|
}) |
|
|
|
this.getDetail(options.couponChannelId); |
|
|
|
this.getOneSpell(options.couponId) |
|
|
|
this.getUserInfo(); |
|
|
|
}, |
|
|
|
/** |
|
|
|
* 拨打电话 |
|
|
@@ -118,7 +119,7 @@ Page({ |
|
|
|
//参与别人的拼团 |
|
|
|
gotoPartner(){ |
|
|
|
wx.navigateTo({ |
|
|
|
url: `/pages/joinFrDpell/index?orderId=${this.data.spellData.orderId}&couponId=${this.data.spellData.couponId}&orderGroupId=${this.data.spellData.orderGroupId}&couponChannelId=${this.data.couponChannelId}` |
|
|
|
url: `/pages/joinFrDpell/index?orderId=${this.data.spellData.orderId}&couponId=${this.data.spellData.couponId}&orderGroupId=${this.data.spellData.orderGroupId}&couponChannelId=${this.data.couponChannelId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}` |
|
|
|
}); |
|
|
|
}, |
|
|
|
/** |
|
|
|