|
@@ -337,17 +337,10 @@ export default {
|
|
message: '当前无需缴费',
|
|
message: '当前无需缴费',
|
|
confirmButtonColor: '#333',
|
|
confirmButtonColor: '#333',
|
|
}).then(() => {
|
|
}).then(() => {
|
|
- this.$refs.countDown.reset(); // 停车场重置费用倒计时3分钟
|
|
|
|
- this.$store.dispatch('order/orderInit', {
|
|
|
|
- gateId: this.$route.query?.gateId,
|
|
|
|
- vehicleNo: this.$route.query?.vehicleNo,
|
|
|
|
- endlessLoop: this.endlessLoop,
|
|
|
|
- callback: (res) => {
|
|
|
|
- this.orderInitCallBack(res)
|
|
|
|
- },
|
|
|
|
- })
|
|
|
|
- this.btnLoading = false;
|
|
|
|
- this.isPay = false
|
|
|
|
|
|
+ this.$router.replace({
|
|
|
|
+ // path: 'parkingFeeSuccess?carno=' + this.parkInfo.carno,
|
|
|
|
+ path: 'home',
|
|
|
|
+ });
|
|
// this.createParkOrder();
|
|
// this.createParkOrder();
|
|
});
|
|
});
|
|
}
|
|
}
|