From 490370c6e8773e259c1c08008598cdcee2dbb5e8 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 13 Sep 2022 12:49:55 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-prompt.md. Signed-off-by: LiAn Signed-off-by: LiAn --- zh-cn/application-dev/reference/apis/js-apis-prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-prompt.md b/zh-cn/application-dev/reference/apis/js-apis-prompt.md index 2a41664aeb..fb04353173 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-prompt.md +++ b/zh-cn/application-dev/reference/apis/js-apis-prompt.md @@ -140,7 +140,7 @@ prompt.showDialog({ | 名称 | 类型 | 必填 | 说明 | | ------- | ------- | ---- | ---------------------------------------- | -| title | string\ | 否 | 标题文本。 | +| title | string | 否 | 标题文本。 | | message | string | 否 | 内容文本。 | | buttons | Array | 否 | 对话框中按钮的数组,结构为:{text:'button', color: '\#666666'},支持1-3个按钮。其中第一个为positiveButton;第二个为negativeButton;第三个为neutralButton。 | -- GitLab