3b944a3b by ex

GPS

1 parent f9d18df3
...@@ -309,6 +309,10 @@ angular.module('myApp') ...@@ -309,6 +309,10 @@ angular.module('myApp')
309 var result = /\{([\s\S]*)\}/.exec(str); 309 var result = /\{([\s\S]*)\}/.exec(str);
310 // var obj = toJson(data) 310 // var obj = toJson(data)
311 var arr = result[1].split(',') 311 var arr = result[1].split(',')
312 layer.open({
313 content: JSON.stringify(arr),
314 time: 5
315 })
312 if(isAndroid){ 316 if(isAndroid){
313 latitude = result[0].split('=')[1] 317 latitude = result[0].split('=')[1]
314 longitude = result[1].split('=')[1] 318 longitude = result[1].split('=')[1]
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!