From d5c84e18e02a2caf284d9b27761c7bfe2554f515 Mon Sep 17 00:00:00 2001 From: wangdongqi Date: Fri, 25 Nov 2022 15:30:23 +0800 Subject: [PATCH] Signed-off-by: wangdongqi Changes to be committed: --- .../reference/apis/js-apis-screen-lock.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md b/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md index b80e500182..10506ddf00 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md +++ b/zh-cn/application-dev/reference/apis/js-apis-screen-lock.md @@ -336,7 +336,7 @@ screenlock.lock().then((data) => { **系统能力:** SystemCapability.MiscServices.ScreenLock -| 名称 | 说明 | +| 事件类型 | 说明 | | ------------------ | ------------------------ | | beginWakeUp | 表示事件开始时开始唤醒。 | | endWakeUp | 表示事件结束时结束唤醒。 | @@ -360,10 +360,10 @@ screenlock.lock().then((data) => { **系统能力:** SystemCapability.MiscServices.ScreenLock -| 名称 | 说明 | -| --------- | -------------------- | -| eventType | 系统事件类型。 | -| params | 系统事件的事件参数。 | +| 名称 | 类型 | 必填 | 说明 | +| --------- | ------ | ---- | ------------- | +| eventType | [EventType](#eventtype) | 是 | 系统事件类型。 | +| params | string | 是 | 系统事件的事件参数。 | ## screenlock.onSystemEvent9+ -- GitLab