435af35a by ex

GPS

1 parent 3b944a3b
...@@ -306,7 +306,11 @@ angular.module('myApp') ...@@ -306,7 +306,11 @@ angular.module('myApp')
306 var latitude = '' 306 var latitude = ''
307 var longitude = '' 307 var longitude = ''
308 308
309 var result = /\{([\s\S]*)\}/.exec(str); 309 var result = /\{([\s\S]*)\}/.exec(data);
310 layer.open({
311 content: JSON.stringify(result),
312 time: 5
313 })
310 // var obj = toJson(data) 314 // var obj = toJson(data)
311 var arr = result[1].split(',') 315 var arr = result[1].split(',')
312 layer.open({ 316 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!