2ac4d1d9 by unknown

提示运行环境

1 parent 8bcbe151
...@@ -309,15 +309,23 @@ angular.module('myApp') ...@@ -309,15 +309,23 @@ angular.module('myApp')
309 content: JSON.stringify(obj), 309 content: JSON.stringify(obj),
310 time: 5 310 time: 5
311 }) 311 })
312 layer.open({
313 content: obj.latitude,
314 time: 5
315 })
316 layer.open({
317 content: obj.longitude,
318 time: 5
319 })
312 // layer.open({ 320 // layer.open({
313 // content: JSON.stringify(obj), 321 // content: JSON.stringify(obj),
314 // time: 5 322 // time: 5
315 // }) 323 // })
316 onSuccess(obj) 324 // onSuccess(obj)
317 // onSuccess({ 325 onSuccess({
318 // latitude:30.2741500000, 326 latitude: obj.latitude,
319 // longitude:120.1551500000 327 longitude: obj.longitude
320 // }) 328 })
321 329
322 }) 330 })
323 // if(isAndroid){ 331 // if(isAndroid){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!