diff --git a/docs/api/ui/prompt.md b/docs/api/ui/prompt.md index 6b7bb378315a32f7cffa415c139a2e1775f79dab..2bf39b51099e08f2f3281d5c2382b39eea291452 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|否|接口调用结束的回调函数(调用成功、失败都会执行)| |