c05fa611 by unknown

提示运行环境

1 parent e4cf8852
......@@ -14,8 +14,6 @@ function isJson(str) {
}
return true;
}
var str = '{latitude:30.2741500000,longitude:120.1551500000}'
var obj = toJson(str)
console.log(obj.latitude)
function toJson(str) {
try {
......
......@@ -306,7 +306,7 @@ angular.module('myApp')
var obj = toJson(data)
layer.open({
content: JSON.stringify(obj),
content: obj.latitude,
time: 5
})
// layer.open({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!