9eeefce7 by unknown

提示运行环境

1 parent f89bc3ca
......@@ -377,7 +377,11 @@ angular.module('myApp')
var longitude = position.longitude;
var latitude = position.latitude;
layer.open({
content: JSON.stringify(position),
content: latitude,
time: 2
})
layer.open({
content: longitude,
time: 5
})
$rootScope.currentPoint = {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!