From 6c100a2f3017344c33e0c50b09a233b50818a024 Mon Sep 17 00:00:00 2001 From: handongxun Date: Thu, 28 May 2020 14:05:47 +0800 Subject: [PATCH] docs: update showActionSheet --- docs/api/ui/prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/ui/prompt.md b/docs/api/ui/prompt.md index 4779d1a86..6a97cbeb9 100644 --- a/docs/api/ui/prompt.md +++ b/docs/api/ui/prompt.md @@ -162,7 +162,7 @@ uni.showModal({ |参数|类型|必填|说明|平台差异说明| |:-|:-|:-|:-|:-| |itemList|Array<String>|是|按钮的文字数组|微信、百度、字节跳动小程序数组长度最大为6个| -|itemColor|HexColor|否|按钮的文字颜色,字符串格式,默认为"#000000"|字节跳动小程序不支持| +|itemColor|HexColor|否|按钮的文字颜色,字符串格式,默认为"#000000"|App-iOS、字节跳动小程序不支持| |popover|Object|否|iPad 上弹出原生选择按钮框的指示区域,默认指向屏幕底部水平居中位置|仅 App 2.6.6+ 支持| |success|Function|否|接口调用成功的回调函数,详见返回参数说明|| |fail|Function|否|接口调用失败的回调函数|| -- GitLab