From ff06d6d05b5d94c1c2fa2b7d5ca4794deca36714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E9=9B=A8?= Date: Fri, 4 Jul 2025 14:35:27 +0800 Subject: [PATCH] update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 田雨 --- .../reference/apis-arkui/js-apis-arkui-UIContext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md b/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md index 5ff105ee6a6..a6a9c7ee0bf 100644 --- a/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md +++ b/zh-cn/application-dev/reference/apis-arkui/js-apis-arkui-UIContext.md @@ -7795,7 +7795,7 @@ openCustomDialog(options: promptAction.CustomDialogOptions): Promise\ | 类型 | 说明 | | ------------------- | --------------------------------------- | -| Promise<void> | 返回供closeCustomDialog使用的对话框id。 | +| Promise<number> | 返回供closeCustomDialog使用的对话框id。 | **错误码:** -- Gitee