收藏
回答

微信再带tabbar随机出现

不用微信自带tabbar  自定义tabbar  用

wx.hideTabBar();

但是  自带tabber会随机出现在自定义tabbar底部


回答关注问题邀请回答
收藏

2 个回答

  • 灵芝
    灵芝
    2019-01-07

    麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2019-01-07
    有用
    回复 2
    • 楠栅
      楠栅
      2019-01-07

      App({

      onLaunch: function () {

      //隐藏系统tabbar

      wx.hideTabBar();

      console.log("dfhdf")

      //获取设备信息

      this.getSystemInfo();

      wx.setEnableDebug({

      enableDebug:true

      })

      },

      onShow: function () {

      //隐藏系统tabbar

      wx.hideTabBar();

      },


      2019-01-07
      回复
    • 灵芝
      灵芝
      2019-01-07回复楠栅

      这种格式的代码片段哈(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

      2019-01-07
      回复
  • 卢霄霄
    卢霄霄
    2019-01-07

    你是在 app.js里执行的 wx.hideTabBar() 吗?如果执行的时候,并不是在 tabbar页面,则无效。。

    2019-01-07
    有用
    回复 3
    • 楠栅
      楠栅
      2019-01-07

      是的  但是 tabbar页面,  也会出现


      2019-01-07
      回复
    • 卢霄霄
      卢霄霄
      2019-01-07回复楠栅

      你在tabbar页面的 onLoad里写,也会有隐藏不掉的情况?

      2019-01-07
      回复
    • 楠栅
      楠栅
      2019-01-07回复卢霄霄

      我试试


      2019-01-07
      回复
登录 后发表内容