From 9439ce7a407a2167bb36d1ad23fa2cd1934284eb Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Tue, 12 Oct 2021 17:41:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20showModal=20=E6=B7=BB=E5=8A=A0=20editab?= =?UTF-8?q?le=E3=80=81placeholderText?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/ui/prompt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/ui/prompt.md b/docs/api/ui/prompt.md index 6b7bb3783..2bf39b510 100644 --- a/docs/api/ui/prompt.md +++ b/docs/api/ui/prompt.md @@ -110,6 +110,8 @@ setTimeout(function () { |cancelColor|HexColor|否|取消按钮的文字颜色,默认为"#000000"|H5、微信小程序、百度小程序| |confirmText|String|否|确定按钮的文字,默认为"确定",最多 4 个字符|| |confirmColor|HexColor|否|确定按钮的文字颜色,H5平台默认为"#007aff",微信小程序平台默认为"#576B95",百度小程序平台默认为"#3c76ff"|H5、微信小程序、百度小程序| +|editable|Boolean|否|是否显示输入框|H5 (3.2.10+)、App (3.2.10+)、微信小程序 (2.17.1+)| +|placeholderText|String|否|显示输入框时的提示文本|H5 (3.2.10+)、App (3.2.10+)、微信小程序 (2.17.1+)| |success|Function|否|接口调用成功的回调函数|| |fail|Function|否|接口调用失败的回调函数|| |complete|Function|否|接口调用结束的回调函数(调用成功、失败都会执行)| | -- GitLab