|
@@ -244,12 +244,12 @@ export default {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- // this.reCreateParkOrder();
|
|
|
|
|
|
+ this.reCreateParkOrder();
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
console.log(1854, err);
|
|
console.log(1854, err);
|
|
- // this.reCreateParkOrder();
|
|
|
|
|
|
+ this.reCreateParkOrder();
|
|
});
|
|
});
|
|
},
|
|
},
|
|
// 支付失败后返还优惠券
|
|
// 支付失败后返还优惠券
|
|
@@ -281,6 +281,7 @@ export default {
|
|
message: '支付失败',
|
|
message: '支付失败',
|
|
confirmButtonColor: '#333',
|
|
confirmButtonColor: '#333',
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
|
+ this.$refs.countDown.reset(); // 停车场重置费用倒计时3分钟
|
|
this.$store.dispatch('order/orderInit', {
|
|
this.$store.dispatch('order/orderInit', {
|
|
gateId: this.$route.query?.gateId,
|
|
gateId: this.$route.query?.gateId,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|