pages.json
{
"pages": [
{
"path": "pages/index/index",
"style":{
}
}
,{
"path" : "pages/video/video",
"style":{
"navigationStyle":"custom" #这里取消之后
}
页面里面调用 api 设置没用
uni.setNavigationBarColor({
frontColor:'#ffffff',
backgroundColor:that.colordata[index].bg_color,
animation: {
duration: 400,
timingFunc: 'easeIn'
}
})
mui_js小白 (作者)
大哥,确定在style里面吗,是内联还是外联
2020-03-01 17:55