| | |
| | | communityId: $that.payFeeOrderConfirmInfo.communityId, |
| | | payerObjType: $that.payFeeOrderConfirmInfo.payerObjType, |
| | | payObjId: $that.payFeeOrderConfirmInfo.payerObjId, |
| | | receivedAmount: $that.payFeeOrderConfirmInfo.accountAmount, |
| | | receivedAmount: $that.payFeeOrderConfirmInfo.totalFeePrice, |
| | | appId: "wx780f11f414d30cbf" |
| | | // } |
| | | }; |
| | |
| | | if (_data.res && _data.res.data && _data.res.data.msg == "1") { |
| | | // 根据业务逻辑,1表示成功 |
| | | clearInterval($that.rollBackInterval); // 清除定时器 |
| | | vc.toast("成功回滚。"); |
| | | // vc.toast("成功回滚。"); |
| | | $that._closeDoPayFeeModal(); |
| | | vc.emit('payFeeOrderResult', '_loadReceipt', _data); |
| | | return; |