This commit is contained in:
Taric Xin
2022-04-06 14:10:58 +08:00
parent 0e1b70a774
commit 62978c681e
2 changed files with 17 additions and 3 deletions

View File

@ -74,7 +74,7 @@ export class AmapService {
if (status == 'complete') {
this.currentSub.next(result);
} else {
console.log('定位获取失败');
console.log('定位获取失败', result);
}
});
});