沉浸式状态栏只想在小程序显示,H5页面不想显示?
时间:2021-05-17 15:35:00
收藏:0
阅读:24
在pages.json中:
{ "path":"pages/index/index", "style":{ "navigationBarTitleText":"首页", "H5":{ "titleNView":false } } }
原文:https://www.cnblogs.com/heisetianshi/p/14776873.html
评论(0)