|
@@ -744,7 +744,7 @@ export default {
|
|
|
this.$store.dispatch('order/orderInit', {
|
|
|
...this.$route.query,
|
|
|
gateId: this.$route.query?.gateId,
|
|
|
- qrCodeId: this.$route.query?.qrCode,
|
|
|
+ qrCodeId: this.$route.query?.qrCodeId,
|
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
|
endlessLoop: this.endlessLoop,
|
|
|
callback: (res) => {
|
|
@@ -801,11 +801,12 @@ export default {
|
|
|
this.btnLoading = false
|
|
|
this.isPay = false
|
|
|
// return
|
|
|
+ console.log('this.$route.query:::', this.$route.query)
|
|
|
this.$store.dispatch('order/orderInit', {
|
|
|
...this.$route.query,
|
|
|
vehicleNo: this.$route.query.vehicleNo,
|
|
|
gateId: this.$route.query?.gateId,
|
|
|
- qrCodeId: this.$route.query?.qrCode,
|
|
|
+ qrCodeId: this.$route.query?.qrCodeId,
|
|
|
endlessLoop: this.endlessLoop,
|
|
|
callback: (res) => {
|
|
|
this.orderInitCallBack(res)
|
|
@@ -935,8 +936,8 @@ export default {
|
|
|
this.popup = false;
|
|
|
this.$store.dispatch('order/orderInit', {
|
|
|
...this.$route.query,
|
|
|
- gateId: this.$route.query?.gateId,
|
|
|
- qrCodeId: this.$route.query?.qrCode,
|
|
|
+ gateId: this.$route.query?.qrCodeId,
|
|
|
+ qrCodeId: this.$route.query?.code,
|
|
|
vehicleNo: this.$route.query?.vehicleNo,
|
|
|
endlessLoop: this.endlessLoop,
|
|
|
callback: (res) => {
|