微信小程序导航键设置
Posted alinger
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序导航键设置相关的知识,希望对你有一定的参考价值。
《utils 》文件夹下app.json插入代码
"pages": [ "pages/index/index", "pages/logs/logs" ], "window": "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "WeChat", "navigationBarTextStyle": "black" , "tabBar": "borderStyle": "white", "list": [ "pagePath": "pages/index/index", "text": "首页" , "pagePath": "pages/logs/logs", "text": "日志" ] , "sitemapLocation": "sitemap76.json"
//使导航栏出现“首页”“日志”
以上是关于微信小程序导航键设置的主要内容,如果未能解决你的问题,请参考以下文章
微信小程序自定义导航栏(wx_custom_navigation_bar) 自定义返回键首页键,动态设置标题,响应式组件