收藏
回答

tabbar 动态显示


如何实现 在A 页面 显示  A-tabbar,在B页面显示B-tabbar

  A-tabbar 跟B-tabbar 是不一样的

A-tabbar

  "tabBar": {

    "color": "#a9b7b7",

    "selectedColor": "#11cd6e",

      

    "borderStyle": "white",

    "position": "bottom",

    "list": [

      {

        "selectedIconPath": "/assests/img/sy.png",

        "iconPath": "/assests/img/sy.png",

        "pagePath": "pages/index/index",

        "text": "首页"

      },

      {

        "selectedIconPath": "/assests/img/fl.png",

        "iconPath": "/assests/img/fl.png",

        "pagePath": "pages/Product/Product",

        "text": "产品"

      },{

        "selectedIconPath": "/assests/img/gy.png",

        "iconPath": "/assests/img/gy.png",

        "pagePath": "pages/About/About",

        "text": "关于"

      }

    ]

  }


B-tabbar

  "tabBar": {

    "color": "#a9b7b7",

    "selectedColor": "#11cd6e",

      

    "borderStyle": "white",

    "position": "bottom",

    "list": [

      {

        "selectedIconPath": "/assests/img/sy.png",

        "iconPath": "/assests/img/sy.png",

        "pagePath": "pages/index/index",

        "text": "首页"

      },

       {

        "selectedIconPath": "/assests/img/gy.png",

        "iconPath": "/assests/img/gy.png",

        "pagePath": "pages/About/About",

        "text": "关于"

      }

    ]

  }


最后一次编辑于  2017-06-15
回答关注问题邀请回答
收藏

3 个回答

  • 天琊
    天琊
    2017-06-16

    有没有 官方的人来 解答下啊?

    2017-06-16
    有用
    回复
  • 天琊
    天琊
    2017-06-15

    这种场景肯定会遇到的

    2017-06-15
    有用
    回复
  • Thyiad
    Thyiad
    2017-06-15

    你想多了,暂时不支持

    2017-06-15
    有用
    回复
登录 后发表内容