|
@@ -109,7 +109,7 @@ Page({ |
|
|
*/ |
|
|
*/ |
|
|
payOrderUpdate: (orderId, payOrderId, status, reason, _this, orderGroupId) => { |
|
|
payOrderUpdate: (orderId, payOrderId, status, reason, _this, orderGroupId) => { |
|
|
console.log(orderGroupId,7777) |
|
|
console.log(orderGroupId,7777) |
|
|
let that = this; |
|
|
|
|
|
|
|
|
let that = _this; |
|
|
// 支付成功 |
|
|
// 支付成功 |
|
|
Http.post({ |
|
|
Http.post({ |
|
|
url: config.api.payOrderUpdate, |
|
|
url: config.api.payOrderUpdate, |
|
|