提示运行环境
Showing
1 changed file
with
13 additions
and
5 deletions
| ... | @@ -309,15 +309,23 @@ angular.module('myApp') | ... | @@ -309,15 +309,23 @@ angular.module('myApp') |
| 309 | content: JSON.stringify(obj), | 309 | content: JSON.stringify(obj), |
| 310 | time: 5 | 310 | time: 5 |
| 311 | }) | 311 | }) |
| 312 | layer.open({ | ||
| 313 | content: obj.latitude, | ||
| 314 | time: 5 | ||
| 315 | }) | ||
| 316 | layer.open({ | ||
| 317 | content: obj.longitude, | ||
| 318 | time: 5 | ||
| 319 | }) | ||
| 312 | // layer.open({ | 320 | // layer.open({ |
| 313 | // content: JSON.stringify(obj), | 321 | // content: JSON.stringify(obj), |
| 314 | // time: 5 | 322 | // time: 5 |
| 315 | // }) | 323 | // }) |
| 316 | onSuccess(obj) | 324 | // onSuccess(obj) |
| 317 | // onSuccess({ | 325 | onSuccess({ |
| 318 | // latitude:30.2741500000, | 326 | latitude: obj.latitude, |
| 319 | // longitude:120.1551500000 | 327 | longitude: obj.longitude |
| 320 | // }) | 328 | }) |
| 321 | 329 | ||
| 322 | }) | 330 | }) |
| 323 | // if(isAndroid){ | 331 | // if(isAndroid){ | ... | ... |
-
Please register or sign in to post a comment