From aaae7c0f48b397793c7f1095bc3f49dbb4049ec2 Mon Sep 17 00:00:00 2001 From: liu-binjun Date: Mon, 19 Dec 2022 15:36:41 +0800 Subject: [PATCH] bugfix:Modify the problem of wrong format Signed-off-by: liu-binjun --- .../changelogs/OpenHarmony_3.2.8.3/changelogs-geolocation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/changelogs-geolocation.md b/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/changelogs-geolocation.md index 294e16fb90..0831c78d7b 100644 --- a/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/changelogs-geolocation.md +++ b/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/changelogs-geolocation.md @@ -70,6 +70,7 @@ import geoLocationManager from '@ohos.geoLocationManager'; } catch (err) { console.error("errCode:" + err.code + ",errMessage:" + err.message); } + ``` ## cl.location.2 位置服务权限变更 -- GitLab