收藏
回答

wx.hideTabBar()没有效果,console台输出fail

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug wx.hideTabBar() 微信iOS客户端 6.7.0 1.9.91

### 1.前提

- 开发工具版本:(1.02.1806120)

- 需求:tabBar跳转界面隐藏tabBar,第一级子页面


### 2.app.json 配置

- 第二个礼物页面

```

"tabBar": {

"selectedColor": "#f00",

"color": "#909090",

"list": [

{

"selectedIconPath": "images/common/home_select.png",

"iconPath": "images/common/home_normal.png",

"pagePath": "pages/shoper/shoper_index_home/shoper_index_home",

"text": "首页"

},

{

"selectedIconPath": "images/common/gift.png",

"iconPath": "images/common/gift.png",

"pagePath": "pages/gift/giftIntroduce/giftIntroduce",

"text": "礼物"

},

```


### 3.在giftIntroduce界面中的配置

```

onReady: function () {

wx.hideTabBar({

fail: function () {

console.log("fail fail fail" )

setTimeout(function () {

wx.hideTabBar()

}, 500)

}

})

},



onShow: function () {

wx.hideTabBar()

},




```

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

2 个回答

  • 晨
    2018-06-29

    麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题

    2018-06-29
    有用
    回复
  • 刘潇
    刘潇
    2018-06-30

    已经解决 感谢

    2018-06-30
    有用
    回复 2
    • 贾瑞平
      贾瑞平
      2019-10-24
      请问怎么解决的?
      2019-10-24
      1
      回复
    • 花卿风
      花卿风
      2020-02-06
      怎么解决的老板?我也遇到了相同的问题
      2020-02-06
      回复
登录 后发表内容