onshow中调用wx.hideTabBar失效
你想反馈一个 Bug 还是 提一个需求?
bug
如果是 Bug:
* Bug 表现是什么?预期表现是什么?
onshow中调用wx.hideTabBar在IOS6和7中失效,andriod有效
* 如何复现?
onShow: function (options) {
wx.hideTabBar({
success: function () {
console.log(‘222’);
},
fail: function () {
console.log(‘111’);
}
});
}
* 提供一个最简复现 Demo
如果是需求:
* 你希望有什么能力?
* 你需要这个能力的场景是 ?