{ "pages" : [ "pages/hello/hello" , "pages/person-center/person-center" , "pages/tree/tree" , "pages/logs/logs" ] "tabBar" : { "list" : [ { "pagePath" : "pages/hello/hello" , "text" : "首页" }, { "pagePath" : "pages/logs/logs" , "text" : "日志" }, { "pagePath" : "pages/person-center/person-center" , "text" : "我" } ] } } |
如上,启动时第一页为hello。但是我想将hello作为欢迎页使用,小程序启动后先显示欢迎页,然后自动跳转,这个时候才显示tabBar。要如何配置tabBar?希望有类似经验的人能够提供帮助
没有理解你说的放在最上面的意思呢。现在pages的配置,hello就是以第一个呀,也是我打算做成欢迎页,运行后就是如图所示的样子。tab在底部。我是希望在跳过欢迎页后的页面是有tabBar的哦
app.json将欢迎页放在最上面,进来先加载欢迎页,设置延时定时器,switchTab跳转tabBar页面即可