|
|
@@ -149,7 +149,7 @@ Page({ |
|
|
|
}, |
|
|
|
//参与别人的拼团 |
|
|
|
gotoPartner() { |
|
|
|
wx.navigateTo({ |
|
|
|
wx.reLaunch({ |
|
|
|
url: `/pages/spellDetail/index?orderId=${this.data.spellData.orderId}&couponId=${this.data.spellData.couponId}&orderGroupId=${this.data.spellData.orderGroupId}` |
|
|
|
}); |
|
|
|
}, |
|
|
@@ -211,7 +211,7 @@ Page({ |
|
|
|
} |
|
|
|
}) |
|
|
|
.then(res => { |
|
|
|
wx.navigateTo({ |
|
|
|
wx.reLaunch({ |
|
|
|
url: `/pages/spellDetail/index?orderId=${orderId}&couponId=${_this.data.data.couponId}&orderGroupId=${res.data.orderGroupId}` |
|
|
|
}); |
|
|
|
}) |
|
|
@@ -238,7 +238,7 @@ Page({ |
|
|
|
.then(res => { |
|
|
|
wx.hideLoading() |
|
|
|
if (orderGroupId==undefined) { |
|
|
|
wx.navigateTo({ |
|
|
|
wx.reLaunch({ |
|
|
|
url: '/pages/order/detail/index?orderId=' + res.data.id, |
|
|
|
}) |
|
|
|
} else { |
|
|
|