wx.setNavigationBarColor 在 iOS 11 微信版本 6.5.12 下 backgroundColor 设置无效,但是 frontColor 生效
代码如下
var colors = ["#9e9e9e", "#2196f3", "#4caf50", "#ffc107", "#f44336"];
wx.setNavigationBarColor({
frontColor: '#ffffff',
backgroundColor: colors[data.color],
animation: {
duration: 400,
timingFunc: 'easeIn'
}
});
微信小程序开发者回答:
晨***:
你好,你的反馈我们已收到,我们会在后续的版本中进行修复,敬请关注。目前可以尝试setTimeout等进行延迟调用,或者删除掉app.json里面的相关配置来规避。
本文网址:http://www.91bianli.com/weixinxiaochengxu/25973.html