Commit a34b602e authored by xxx's avatar xxx

1

parent 7b3c4285
......@@ -361,7 +361,7 @@ export default {
navigator.geolocation.getCurrentPosition(
//locationSuccess 获取成功的话
function(position) {
console.log(position.coords);
console.log(JSON.stringify(position.coords));
let LoaObj1 = {};
let LoaObj1xy = {};
//判断该车是否在行驶状态
......
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