[6.1.0]
[charter] [最小速度变更]
This commit is contained in:
@@ -79,7 +79,7 @@ object LightAirconditionDoorManager {
|
||||
|
||||
private fun canOpenOrCloseDoor(): String? {
|
||||
val location = CallerChassisLocationGCJ02ListenerManager.getChassisLocationGCJ02()
|
||||
return if(location.gnssSpeed<0.01){
|
||||
return if(location.gnssSpeed<0.3){
|
||||
null
|
||||
}else{
|
||||
"车辆行驶中不可以开关门哦~"
|
||||
|
||||
Reference in New Issue
Block a user