c05fa611 by unknown

提示运行环境

1 parent e4cf8852
...@@ -14,8 +14,6 @@ function isJson(str) { ...@@ -14,8 +14,6 @@ function isJson(str) {
14 } 14 }
15 return true; 15 return true;
16 } 16 }
17 var str = '{latitude:30.2741500000,longitude:120.1551500000}'
18 var obj = toJson(str)
19 console.log(obj.latitude) 17 console.log(obj.latitude)
20 function toJson(str) { 18 function toJson(str) {
21 try { 19 try {
......
...@@ -306,7 +306,7 @@ angular.module('myApp') ...@@ -306,7 +306,7 @@ angular.module('myApp')
306 306
307 var obj = toJson(data) 307 var obj = toJson(data)
308 layer.open({ 308 layer.open({
309 content: JSON.stringify(obj), 309 content: obj.latitude,
310 time: 5 310 time: 5
311 }) 311 })
312 // layer.open({ 312 // 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!