435af35a by ex

GPS

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