
tabbar页面
tabbar页面资料_tabbar页面简介_tabbar页面大全tabbar页面列表
微信小程序tabbar页面是拥有底部导航栏的页面,实现方法: 在app.json中添加以下代码: tabBar:{ list:[ { pagePath:pages/home/home, iconPath:images/tabbar/component.png, selectedIconPath:images/tabbar/component_cur.png, text:首页 }, { pagePath:p
共1页/1条