收藏
回答

自定义tabBar的BUG?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug 自定义tabBar 客户端 7.0.4 2.7.0

用官网例子custom-tab-bar的代码改的,默认没有按钮,在attached时设置加载按钮,

功能是可以的,但是attached会被触发三次,并且按钮的高亮还会自动跳到第一个上,这个是BUG吗?还是哪里没设置对


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

1 个回答

  • 是小白啊
    是小白啊
    2019-05-30

    麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2019-05-30
    有用
    回复 2
    • 2019-05-30

      https://developers.weixin.qq.com/s/0NApnKm97682

      2019-05-30
      回复
    • You can you up
      You can you up
      2019-06-06回复
      Component({
        pageLifetimes: {
          show() {
            if (typeof this.getTabBar === 'function' &&
              this.getTabBar()) {
              this.getTabBar().setData({
                selected: 0
              })
            }
          }
        }
      })

      这个配置你怎么注销了,还有你的路径是重的

      2019-06-06
      回复
登录 后发表内容