From 2f0310f2275945798ad0155023f4df50eef47d44 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] =?UTF-8?q?update=20Signed-off-by:=20=E7=94=B0=E9=9B=A8=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 e4d4ec31e5f..26d21827fe4 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 @@ -7204,7 +7204,7 @@ openCustomDialog(options: promptAction.CustomDialogOptions): Promise\ | 类型 | 说明 | | ------------------- | --------------------------------------- | -| Promise<void> | 返回供closeCustomDialog使用的对话框id。 | +| Promise<number> | 返回供closeCustomDialog使用的对话框id。 | **错误码:** -- Gitee