小程序navigationBarBackgroundColor颜

作者: honey缘木鱼 | 来源:发表于2019-02-15 16:58 被阅读0次

好长时间没有接触小程序了,感觉有点陌生,利用之前学的Vue根据mpVue框架重新熟悉一下小程序。

新建一个mpvue项目后,需要更改一下导航栏颜色,找到app.json中的

"window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "rgb(241,99,8)",
    "navigationBarTitleText": "我的",
    "navigationBarTextStyle": "#fff"
  }

navigationBarBackgroundColor 设置颜色,发现不起作用,用‘red’汉字,同样不起作用,怎么回事呢?

原来官网表示:
navigationBarBackgroundColor ,导航背景颜色显示只支持3位十六进制颜色码方式的显示,不支持颜色英文单词的显示。

相关文章

网友评论

    本文标题:小程序navigationBarBackgroundColor颜

    本文链接:https://www.haomeiwen.com/subject/ardmeqtx.html