Commit 19cb0f25 authored by xxx's avatar xxx

1

parent 3828a6c0
...@@ -368,7 +368,7 @@ export default { ...@@ -368,7 +368,7 @@ export default {
}else{ }else{
that.leftBtnDisable = false; that.leftBtnDisable = false;
} }
if(drivingDistance > 10 && drivingDistance < 10000){ if(drivingDistance > 15 && drivingDistance < 10000){
LoaObj1xy.x = that.navigatorXY.x; LoaObj1xy.x = that.navigatorXY.x;
LoaObj1xy.y = that.navigatorXY.y; LoaObj1xy.y = that.navigatorXY.y;
LoaObj1.gndRate = ''; LoaObj1.gndRate = '';
......
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