uniapp解决自定义tabbar页面出现闪屏问题,刚进页面会出现之前的tabbar,过了一秒才显示自定义的
在app.js中
onShow: function() { wx.hideTabBar() },