tabbar如何调用接口
这是什么意思
在app.json 文件里添加 tabBar 参数
"tabBar": {
"list": [{
"pagePath": "pagePath",
"text": "text",
"iconPath": "iconPath",
"selectedIconPath": "selectedIconPath"
}]
}