b1c7a56e by unknown

提示运行环境

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