浏览代码

[拼团][修改]:[拼团支付路径的修改]

tags/C.7.1.0
meo 6 年前
父节点
当前提交
0cc91098f0
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. +5
    -2
      pages/spellGroup/mySpellGroup/index.js
  2. +0
    -1
      pages/spellGroup/paySpellGroup/index.js

+ 5
- 2
pages/spellGroup/mySpellGroup/index.js 查看文件

@@ -59,7 +59,7 @@ Page({
url: `/pages/canvas/index?couponChannelId=${this.data.data.id}`
})
},
/**
/**
* 显示分享弹框
*/
showshare: function() {
@@ -180,6 +180,8 @@ Page({
}).then(res => {
that.setData({
disOrderNumber: res.data.orderNumber,
couponChannelId: res.data.couponChannelId,
orderGroupId: res.data.orderGroupId
})

// 拼团订单
@@ -201,8 +203,9 @@ Page({
success: function (res) {
if (res.confirm) {
wx.navigateTo({
url: `/pages/bargain/bargainDatail/bargainDatail?orderId=${that.data.disOrderNumber}`,
url: `/pages/spellGroup/paySpellGroup/index?orderId=${that.data.disOrderNumber}&couponChannelId=${that.data.couponChannelId}&couponId=${couponId}&orderGroupId={that.data.orderGroupId}`,
})
}
}
})


+ 0
- 1
pages/spellGroup/paySpellGroup/index.js 查看文件

@@ -62,7 +62,6 @@ Page({
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
console.log(this.data.spellStatusList, options, 7777777)
this.setData({
paramData: options
})


正在加载...
取消
保存