uniapp和小程序设置tabBar和显示与隐藏tabBar

avatar
作者
筋斗云
阅读量:0

(1)设置tabBar:

uni.setTabberItem({});
wx.setTabberItem({});
indexnumbertabBar 的哪一项,从左边算起,索引从0开始
textstringtab 上按钮文字
iconPathstring图片路径
selectedIconPathstring选中时的图片路径
pagePathstring页面绝对路径
visiblebooleantab 是否显示
uni.setTabBarItem({   index: 0,   text: 'text',   iconPath: '/path/to/iconPath',   selectedIconPath: '/path/to/selectedIconPath',   pagePath: 'pages/home/home' })
wx.setTabBarItem({   index: 0,   text: 'text',   iconPath: '/path/to/iconPath',   selectedIconPath: '/path/to/selectedIconPath',   pagePath: 'pages/home/home' })

(2)显示tabBar:

uni.showTabber();
wx.showTabber();

(3)隐藏tabBar:

uni.hideTabber();
wx.hideTabber();

广告一刻

为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!