| | |
| | | isBackTop: false, |
| | | setScrollValue: 0, |
| | | skeletonLoding: true, |
| | | queryFilter: [] |
| | | queryFilter: [], |
| | | isPaySuccess: false, |
| | | isPayComplete: false, |
| | | }, |
| | | |
| | | /** |
| | |
| | | }) |
| | | } else { |
| | | this.setData({ |
| | | list: false, |
| | | list: [], |
| | | skeletonLoding: false, |
| | | loading: false |
| | | }) |
| | |
| | | }, |
| | | |
| | | onCancel(e) { |
| | | let that = this; |
| | | let { |
| | | orderNum |
| | | } = e.currentTarget.dataset |
| | |
| | | if (res.confirm) { |
| | | app.MG.store.cancelOrder({ |
| | | orderNum: orderNum |
| | | }).then(() => { |
| | | wx.showToast({ |
| | | title: "订单已取消", |
| | | icon: 'success', |
| | | duration: 1000 |
| | | }) |
| | | this.getDataList(false) |
| | | }).then((res) => { |
| | | if (res) { |
| | | wx.showToast({ |
| | | title: "订单已取消", |
| | | icon: 'success', |
| | | duration: 1000 |
| | | }) |
| | | that.getDataList(false) |
| | | } |
| | | |
| | | }) |
| | | } else if (res.cancel) { |
| | | console.log('用户点击了取消') |
| | |
| | | orderNum: orderNum, |
| | | }; |
| | | app.MG.store.getOrderByOrderNum(data).then(res => { |
| | | if (res && res.state != "WaitPay") { |
| | | app.MG.store.confirmOrder(data).then(conRes => { |
| | | if (conRes.orderNumber) { |
| | | const resOrderNum = { |
| | | orderNum: conRes.orderNumber, |
| | | }; |
| | | if (conRes.payPrice != 0) { |
| | | app.MG.store.makeWeChatPay(resOrderNum).then(payRes => { |
| | | const payVal = JSON.parse(payRes); |
| | | wx.requestPayment({ |
| | | "appId": payVal.appId, |
| | | "timeStamp": payVal.timeStamp, |
| | | "nonceStr": payVal.nonceStr, |
| | | "package": payVal.package, |
| | | "signType": payVal.signType, |
| | | "paySign": payVal.paySign, |
| | | "success": function (res) { |
| | | if (res.errMsg == 'requestPayment:ok') { |
| | | that.setData({ |
| | | isPaySuccess: true |
| | | }) |
| | | } |
| | | console.log(res, "成功") |
| | | }, |
| | | "fail": function (res) { |
| | | console.log(res, "失败") |
| | | }, |
| | | "complete": function (res) { |
| | | if (res.errMsg == 'requestPayment:ok') { |
| | | that.setData({ |
| | | isPayComplete: true |
| | | }) |
| | | } |
| | | if (that.data.isPaySuccess && that.data.isPayComplete) { |
| | | that.navToBack() |
| | | } |
| | | } |
| | | app.MG.store.makeWeChatPay({ |
| | | orderNum: res.orderNumber, |
| | | platform: "WeChatAppCustom" |
| | | }) |
| | | .then(payRes => { |
| | | const payVal = JSON.parse(payRes); |
| | | wx.requestPayment({ |
| | | "appId": payVal.appId, |
| | | "timeStamp": payVal.timeStamp, |
| | | "nonceStr": payVal.nonceStr, |
| | | "package": payVal.package, |
| | | "signType": payVal.signType, |
| | | "paySign": payVal.paySign, |
| | | "success": function (res) { |
| | | if (res.errMsg == 'requestPayment:ok') { |
| | | that.setData({ |
| | | isPaySuccess: true |
| | | }) |
| | | }); |
| | | } else { |
| | | wx.showToast({ |
| | | title: '领取成功', |
| | | }) |
| | | // 可添加返回上级 |
| | | setTimeout(() => { |
| | | that.navToBack() |
| | | }, 2000); |
| | | } |
| | | } |
| | | }); |
| | | } else { |
| | | app.MG.store |
| | | .makeWeChatPay({ |
| | | orderNum: orderNum |
| | | }) |
| | | .then(payRes => { |
| | | const payVal = JSON.parse(payRes); |
| | | wx.requestPayment({ |
| | | "appId": payVal.appId, |
| | | "timeStamp": payVal.timeStamp, |
| | | "nonceStr": payVal.nonceStr, |
| | | "package": payVal.package, |
| | | "signType": payVal.signType, |
| | | "paySign": payVal.paySign, |
| | | "success": function (res) { |
| | | if (res.errMsg == 'requestPayment:ok') { |
| | | that.setData({ |
| | | isPaySuccess: true |
| | | }) |
| | | } |
| | | }, |
| | | "fail": function (res) { |
| | | console.log(res, "失败") |
| | | }, |
| | | "complete": function (res) { |
| | | if (res.errMsg == 'requestPayment:ok') { |
| | | that.setData({ |
| | | isPayComplete: true |
| | | }) |
| | | } |
| | | if (that.data.isPaySuccess && that.data.isPayComplete) { |
| | | that.navToBack() |
| | | } |
| | | } |
| | | }) |
| | | }); |
| | | } |
| | | }, |
| | | "fail": function (res) { |
| | | console.log(res, "失败") |
| | | }, |
| | | "complete": function (res) { |
| | | if (res.errMsg == 'requestPayment:ok') { |
| | | that.setData({ |
| | | isPayComplete: true |
| | | }) |
| | | } |
| | | if (that.data.isPaySuccess && that.data.isPayComplete) { |
| | | that.navToBack() |
| | | } |
| | | } |
| | | }) |
| | | }); |
| | | }); |
| | | |
| | | }, |