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 b80e5001829d5bed3428797ff07f3aa6a2892896..10506ddf00f6590d1a27be61127355a70ae3631b 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+