edit
This commit is contained in:
@ -74,7 +74,7 @@ export class AmapService {
|
||||
if (status == 'complete') {
|
||||
this.currentSub.next(result);
|
||||
} else {
|
||||
console.log('定位获取失败');
|
||||
console.log('定位获取失败', result);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user