wx.showActionSheet的itemColor的问题
wx.showActionSheet({
itemList: [‘删除’],
itemColor: ‘red’, // 这样会导致在开发者工具中显示正常,预览时会连文字也不显示
itemColor: ‘#DC143C’, // 这样可以正常显示
另外,记得tabBar好像也会这样,之前遇到过,不过没上心
wx.showActionSheet({
itemList: [‘删除’],
itemColor: ‘red’, // 这样会导致在开发者工具中显示正常,预览时会连文字也不显示
itemColor: ‘#DC143C’, // 这样可以正常显示
另外,记得tabBar好像也会这样,之前遇到过,不过没上心