小程序改变顶部 导航颜色
wx.setNavigationBarColor({//设置导航栏颜色
frontColor: '#000000',//注意frontColor的值只能为000000或者111111
backgroundColor: app.globalData.background
});
相信坚持的力量,日复一日的习惯.
wx.setNavigationBarColor({//设置导航栏颜色
frontColor: '#000000',//注意frontColor的值只能为000000或者111111
backgroundColor: app.globalData.background
});