Commit d261bf13 authored by p x's avatar p x
Browse files

AVP2.0

parent c8d1a739
This diff is collapsed.
This diff is collapsed.
{"centrePoint":"125.14352794,43.83879859","vehiclePlate":"吉AC242","extendPoint":"125.14349284,43.83873430","callOrBackPoint":"125.1424934543.83896992","parkingSpace":"1D-006"}
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -170,7 +170,7 @@ class MainVm @Inject constructor( ...@@ -170,7 +170,7 @@ class MainVm @Inject constructor(
var avpStatus = result.data.avpStatus var avpStatus = result.data.avpStatus
// var plateNo = result.data.plateNo // var plateNo = result.data.plateNo
// var plateNo = "吉AC242" // var plateNo = "吉AC242"
avpStatus=3 // avpStatus=3
if (avpStatus == 3) {//泊车 if (avpStatus == 3) {//泊车
startParkingVehicle(vehiclePlate) startParkingVehicle(vehiclePlate)
} else if (avpStatus == 5) {//招车 } else if (avpStatus == 5) {//招车
...@@ -281,7 +281,7 @@ class MainVm @Inject constructor( ...@@ -281,7 +281,7 @@ class MainVm @Inject constructor(
// this.$refs.basisCesium.findPathPlanning(res); // this.$refs.basisCesium.findPathPlanning(res);
// // 泊车需要高亮车位,召车不高亮 // // 泊车需要高亮车位,召车不高亮
if (ifParking) { if (ifParking) {
spaceCode = result.data.spaceCode spaceCode = result.data?.spaceCode?:""
} else { } else {
// spaceCode = '' // spaceCode = ''
} }
......
No preview for this file type
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment