uniapp使用自定义tabbar左上角出现按钮

 

 在onShow 中调用 wx.hideHomeButton()

onShow() {
            wx.hideHomeButton()
        },

 

相关文章: