wx.showActionSheet的itemColor的问题

发布于 8 年前作者 daiping8342 次浏览最后编辑 8 年前来自 issues

wx.showActionSheet({

itemList: [‘删除’],

itemColor: ‘red’, // 这样会导致在开发者工具中显示正常,预览时会连文字也不显示

itemColor: ‘#DC143C’, // 这样可以正常显示

另外,记得tabBar好像也会这样,之前遇到过,不过没上心

1 回复