wx.hidetabbar is not a function 求评论呀
onShow:function(){
wx.hideTabBar({
success: function () {
console.log(‘222’);
},
fail: function () {
console.log(‘111’);
}
});
},
然后就报错了 wx.hidetabbar is not a function