From 4bb838d09577d513f0231c3a824d60fab614d094 Mon Sep 17 00:00:00 2001 From: xiongjun_gitee Date: Thu, 1 Sep 2022 15:06:12 +0800 Subject: [PATCH] updata ts-basic-components-web.md 01 Signed-off-by: xiongjun_gitee --- .../reference/arkui-ts/ts-basic-components-web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md index b2ecb77e4d..eca901eaeb 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md @@ -1302,7 +1302,7 @@ onContextMenuShow(callback: (event?: { param: WebContextMenuParam, result: WebCo onGeolocationShow(callback: (event?: { origin: string, geolocation: JsGeolocation }) => void) -通知收到地理位置信息获取请求。 +通知用户收到地理位置信息获取请求。 **参数:** @@ -3228,7 +3228,7 @@ static getAccessibleGeolocation(origin: string, callback: AsyncCallback\ | 是 | - | 返回指定源的地理位置权限状态,获取成功,true表示已授权,false表示拒绝访问;获取失败,表示不存在指定源的权限状态。 | +| callback | AsyncCallback\ | 是 | - | 返回指定源的地理位置权限状态。获取成功,true表示已授权,false表示拒绝访问;获取失败,表示不存在指定源的权限状态。 | **示例:** ```ts -- GitLab