f89bc3ca by unknown

提示运行环境

1 parent 60e310ce
...@@ -318,11 +318,11 @@ angular.module('myApp') ...@@ -318,11 +318,11 @@ angular.module('myApp')
318 // content: JSON.stringify(obj), 318 // content: JSON.stringify(obj),
319 // time: 5 319 // time: 5
320 // }) 320 // })
321 // onSuccess(obj) 321 onSuccess(obj)
322 onSuccess({ 322 // onSuccess({
323 latitude: obj.latitude, 323 // latitude: obj.latitude,
324 longitude: obj.longitude 324 // longitude: obj.longitude
325 }) 325 // })
326 326
327 }) 327 })
328 // if(isAndroid){ 328 // 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!