wx.showActionSheet的itemColor的问题
发布于 6 年前 作者 daiping 8182 次浏览 来自 官方Issues

wx.showActionSheet({

itemList: [‘删除’],

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

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

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

回到顶部