wx.setNavigationBarColor安卓下的疑惑
微信小程序
当app.json window navigationStyle 设置为 custom的时候
在安卓机下调用以下函数,顶部会出现白色条
wx.setNavigationBarColor({
frontColor: ‘#000000’,
backgroundColor: ‘’
});
微信小程序
当app.json window navigationStyle 设置为 custom的时候
在安卓机下调用以下函数,顶部会出现白色条
wx.setNavigationBarColor({
frontColor: ‘#000000’,
backgroundColor: ‘’
});