提示运行环境
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment