|
@@ -345,7 +345,7 @@ export default {
|
|
|
// return
|
|
|
// }
|
|
|
// 查询车辆优惠资格并提示跳转页面
|
|
|
- await this.checkEligibility()
|
|
|
+ // await this.checkEligibility()
|
|
|
},
|
|
|
// 去反向寻车详情
|
|
|
async toParkingFeeDetail(vehicleNumber = this.vehicleNumber) {
|
|
@@ -359,7 +359,7 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
const query = {
|
|
|
...this.$route.query,
|
|
|
- vehicleNo: vehicleNumber,
|
|
|
+ ...res.data
|
|
|
}
|
|
|
// fromPage && format && unlicensed
|
|
|
query.fromPage = ''
|