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 0379203657830617a058b15462edfeba852a5690..e5e4f4bb218aafb387d4fb69293513a171795d97 100755 --- 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 @@ -3380,7 +3380,7 @@ getSourceType(): ContextMenuSourceType; | 类型 | 说明 | | ---------------------------------------- | ----------- | -| [ContextMenuSourceType](#contextmenumsourcetype9枚举说明) | 菜单事件来源。 | +| [ContextMenuSourceType](#contextmenusourcetype9枚举说明) | 菜单事件来源。 | ### getInputFieldType9+ @@ -3416,7 +3416,7 @@ getEditStateFlags(): number; | 类型 | 说明 | | ------- | ------------------------- | -| number | 网页元素可编辑标识 [ContextMenuEditStateFlags](contextmenueditstateflags9枚举说明)。 | +| number | 网页元素可编辑标识,参考[ContextMenuEditStateFlags](contextmenueditstateflags9枚举说明)。 | ## WebContextMenuResult9+