Commit 46d2a6ac authored by liyuanhong's avatar liyuanhong

M500模拟器增加固定在当前位置的功能

parent bf0c5e45
{"time": {"dateTime": "2020-07-10 10:37:16", "date": "2020-07-10", "time": "10:37:16"}, "curDayTravel": {"todayTotalMilleage": 6554, "todayTotalOil": 539, "todayTotalTime": 401, "theMilleage": 1904, "theOil": 119, "theTime": 119}, "travelData": {"totalMilleage": 570978, "totalOil": 51933, "totalTime": 34259}, "event": {"threeRapid": {"totalRapidlyAccelerate": 43, "totalSharpSlowdown": 31, "totalSharpTurn": 34}}}
\ No newline at end of file
{"time": {"dateTime": "2020-07-10 10:37:16", "date": "2020-07-10", "time": "10:37:16"}, "curDayTravel": {"todayTotalMilleage": 10669, "todayTotalOil": 799, "todayTotalTime": 658, "theMilleage": 1987, "theOil": 127, "theTime": 124}, "travelData": {"totalMilleage": 575093, "totalOil": 52193, "totalTime": 34516}, "event": {"threeRapid": {"totalRapidlyAccelerate": 43, "totalSharpSlowdown": 31, "totalSharpTurn": 34}}}
\ No newline at end of file
......@@ -1136,7 +1136,7 @@ function fixCurPosition(e){
url = "/protocolTools/M_carSimulater_process/fixCurPosition";
var host = window.location.host;
sendjson(data,url);
$(e).text("取消固定在当前位置")
$(e).text("固定在当前位置")
}
}
// -------------------------------- 其他操作js代码-------------------------------------------
......
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