提交 33871b96 编写于 作者: d-u-a's avatar d-u-a

fix: uni.showActionSheet 参数 itemColor

上级 4b017f9d
......@@ -158,7 +158,8 @@ export function showActionSheet ({
}, callbackId) {
const options = {
buttons: itemList.map(item => ({
title: item
title: item,
color: itemColor
}))
}
if (title) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册