|
|
@@ -109,7 +109,7 @@ Page({ |
|
|
|
wx.navigateTo({ |
|
|
|
url: `/pages/coupon/detail/index?couponChannelId=${that.data.couponChannelId}` |
|
|
|
}); |
|
|
|
} else if (that.data.couponChannelId && that.data.cuserId && !that.data.spellGroup) { |
|
|
|
} else if (that.data.couponChannelId && that.data.cuserId && !that.data.spellGroup && app.globalData.type != 'sd') { |
|
|
|
// 来自转赠 |
|
|
|
wx.reLaunch({ |
|
|
|
url: `/pages/coupon/detail/index?couponChannelId=${that.data.couponChannelId}&cuserId=${that.data.cuserId}&coverImg=${that.data.coverImg}&userName=${that.data.userName}&avatarUrl=${that.data.avatarUrl}&couponOrderId=${that.data.couponOrderId}&updateDate=${that.data.updateDate}` |
|
|
|