"display": { "titleBarBackgroundColor": "#f2f2f2", "titleBarTextColor": "#414141", "pages": { "pages/Index":{ "titleBarText": "壁纸" }, "pages/second":{ "titleBarText": "制作" }, "pages/my":{ "titleBarText": "我的" } }, "tabBar": { "color": "#999999", "selectedColor": "#277DED", "tabbarBackgroundColor": "#FFFFFF", "list": [{ "pagePath": "/pages/Index", "pageParams":"{test: 'test1'}" , "iconPath": "/assets/images/n1.png", "selectedIconPath": "/assets/images/s1.png", "text": "首页" }, { "pagePath": "/pages/second", "pageParams":"{test: 'test2'}", "iconPath": "/assets/images/n2.png", "selectedIconPath": "/assets/images/s2.png", "text": "制作" }, { "pagePath": "/pages/my", "pageParams":"{test: 'test2'}", "iconPath": "/assets/images/n3.png", "selectedIconPath": "/assets/images/s3.png", "text": "我的" }] } } 如上,我按照文档在manifest里面写的全局tabbar,为啥就是不显示呢,有没有大佬指点一下呀,谢谢了 |