微信小程序之tabBar

时间:2020-05-20 15:03:29   收藏:0   阅读:54

在 json 文件中配置

代码

`"tabBar":{
"list":[
{
"pagePath":"pages/index/index",
"text":"index"
},
{
"pagePath":"pages/openapi/serverapi/serverapi",
"text":"serverapi"
},
{
"pagePath":"pages/scroll/scroll",
"text":"scroll"
}

]

}, `

原文:https://www.cnblogs.com/insense/p/12923260.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!