提交 20c35428 编写于 作者: 雪洛's avatar 雪洛

Update prompt.md

上级 1d75adaa
......@@ -102,8 +102,8 @@ setTimeout(function () {
|参数|类型|必填|说明|平台差异说明|
|:-|:-|:-|:-|:-|
|title|String||提示的标题||
|content|String||提示的内容||
|title|String||提示的标题||
|content|String||提示的内容||
|showCancel|Boolean|否|是否显示取消按钮,默认为 true||
|cancelText|String|否|取消按钮的文字,默认为"取消",最多 4 个字符||
|cancelColor|HexColor|否|取消按钮的文字颜色,默认为"#000000"|H5、微信小程序、百度小程序|
......@@ -112,6 +112,10 @@ setTimeout(function () {
|success|Function|否|接口调用成功的回调函数||
|fail|Function|否|接口调用失败的回调函数||
|complete|Function|否|接口调用结束的回调函数(调用成功、失败都会执行)| |
**注意**
- 钉钉小程序真机与模拟器表现有差异,真机title,content均为必填项
**success返回参数说明**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册