|
@@ -611,7 +611,7 @@ export default {
|
|
this.$refs.countDown.reset(); // 停车场重置费用倒计时3分钟
|
|
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,
|
|
- qrCodeId: this.$route.query?.qrCode,
|
|
|
|
|
|
+ qrCodeId: this.$route.query?.code,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
endlessLoop: this.endlessLoop,
|
|
endlessLoop: this.endlessLoop,
|
|
callback: (res) => {
|
|
callback: (res) => {
|
|
@@ -671,7 +671,7 @@ export default {
|
|
this.$store.dispatch('order/orderInit', {
|
|
this.$store.dispatch('order/orderInit', {
|
|
vehicleNo: this.$route.query.vehicleNo,
|
|
vehicleNo: this.$route.query.vehicleNo,
|
|
gateId: this.$route.query?.gateId,
|
|
gateId: this.$route.query?.gateId,
|
|
- qrCodeId: this.$route.query?.qrCode,
|
|
|
|
|
|
+ qrCodeId: this.$route.query?.code,
|
|
endlessLoop: this.endlessLoop,
|
|
endlessLoop: this.endlessLoop,
|
|
callback: (res) => {
|
|
callback: (res) => {
|
|
this.orderInitCallBack(res)
|
|
this.orderInitCallBack(res)
|
|
@@ -795,7 +795,7 @@ export default {
|
|
this.popup = false;
|
|
this.popup = false;
|
|
this.$store.dispatch('order/orderInit', {
|
|
this.$store.dispatch('order/orderInit', {
|
|
gateId: this.$route.query?.gateId,
|
|
gateId: this.$route.query?.gateId,
|
|
- qrCodeId: this.$route.query?.qrCode,
|
|
|
|
|
|
+ qrCodeId: this.$route.query?.code,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
endlessLoop: this.endlessLoop,
|
|
endlessLoop: this.endlessLoop,
|
|
callback: (res) => {
|
|
callback: (res) => {
|