02c9b1a9 by unknown

提示运行环境

1 parent 2615f045
...@@ -304,15 +304,16 @@ angular.module('myApp') ...@@ -304,15 +304,16 @@ angular.module('myApp')
304 } else { 304 } else {
305 appClient.getGPS('', function (data, cb) { 305 appClient.getGPS('', function (data, cb) {
306 var obj = toJson(data) 306 var obj = toJson(data)
307 layer.open({
308 content: obj,
309 time: 2
310 })
307 onSuccess(obj) 311 onSuccess(obj)
308 // onSuccess({ 312 // onSuccess({
309 // latitude:30.2741500000, 313 // latitude:30.2741500000,
310 // longitude:120.1551500000 314 // longitude:120.1551500000
311 // }) 315 // })
312 layer.open({ 316
313 content: data,
314 time: 2
315 })
316 }) 317 })
317 // if(isAndroid){ 318 // if(isAndroid){
318 // 319 //
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!