b1c7a56e by unknown

提示运行环境

1 parent e6dbe21e
...@@ -323,8 +323,8 @@ angular.module('myApp') ...@@ -323,8 +323,8 @@ angular.module('myApp')
323 // }) 323 // })
324 // onSuccess(obj) 324 // onSuccess(obj)
325 onSuccess({ 325 onSuccess({
326 latitude: obj.latitude, 326 latitude: obj['latitude'],
327 longitude: obj.longitude 327 longitude: obj['longitude']
328 }) 328 })
329 329
330 }) 330 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!