修改临停订单可以重复支付的bug

This commit is contained in:
赵毅 2025-09-13 11:14:36 +08:00
parent 1b552b84d2
commit 9e664e1a21

View File

@ -395,13 +395,32 @@ export default {
signType: res.signType,
paySign: res.paySign,
success: (payRes) => {
//
//
if (this.timerId) {
clearInterval(this.timerId);
this.timerId = null;
}
//
this.showCost1 = false;
this.showCost2 = false;
this.parkingLotName = '';
this.costAmount = '';
this.currentCarNumber = '';
this.entryTime = '';
this.billingTime = '';
this.feeOutTime = '';
//
this.paymentMethod = 'wechat';
const params = {
order_id: resVal.order_id,
}
request(apiArr.tempParkingOrderQuery, "POST", params).then(res => {
this.selectCost()
})
},
fail: (payErr) => {
const params = {