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 2a41664aeb4c43b6a8d244b53bd130ac5bffa629..fb04353173252c684eb05d1341f46f82a6cb13ac 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。 |