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