helloheil
helloheil
  • 发布:2021-07-07 18:16
  • 更新:2021-07-07 18:16
  • 阅读:661

setNavigationBarColor在H5端设置变量颜色值无效

分类:uni-app

动态设置导航栏颜色,h5端赋值变量不起效果

uni.setNavigationBarColor({  
        frontColor: this.styleData.bodyFontColor,  
        backgroundColor: this.styleData.bgColor  
      });

换成直接写死得颜色值,API方法生效

uni.setNavigationBarColor({  
        frontColor: '#ffffff',  
        backgroundColor: '#ff0000'  
      });

这是什么鬼?

2021-07-07 18:16 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复