微信小程序之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"
}
]
}, `
- pagePath 需要 预先 声明
原文:https://www.cnblogs.com/insense/p/12923260.html
评论(0)