当前位置:网站首页>uniapp问题:“navigationBarTextStyle“报错:Invalid prop: custom validator check failed for prop “navigat
uniapp问题:“navigationBarTextStyle“报错:Invalid prop: custom validator check failed for prop “navigat
2022-07-28 05:19:00 【ONEO阿喔哟】
报错信息如下图:

解决方法:报错原因navigationBarTextStyle 导航栏标题颜色仅支持 black/white,不支持#fff等格式。
将【pages.json】中的navigationBarTextStyle 导航栏标题颜色修改为 black/white即可

边栏推荐
猜你喜欢
随机推荐
顺序表oj之删除特定的元素
The way of deep learning thermodynamic diagram visualization
分支与循环语句
蓝桥代码 错误票据
Thinking on Architecture Design (SSO design)
Invalid bound statement (not found): com.exam.mapper.UserMapper.findbyid
C语言回顾(修饰词篇)
Canvas绘图1
Advanced multi threading: the underlying principle of synchronized, the process of lock optimization and lock upgrade
Mysql database index (InnoDB engine)
ES6----解构赋值
curd组件中的时间设置
SVG了解与绘图应用
结果填空 第39级台阶(递归*C语言)
顺序表oj题目
new,let,var,const以及暂时性死区,xml和json的区别
环形链表问题
【uni-app】uni-app中scroll-into-view的使用
Oracle view lock table statement and unlocking method
冶金物理化学复习 --- 金属的电沉积,还原过程









