"tabBar"  : {
        "color"             : "#000000",
        "backgroundColor"   : "#FFFFFF",
        "borderStyle"       : "#C3C3C3",
        "selectedColor"     : "#ff8161",
        "list"  :   [
            {
                "pagePath"          : "pages/index/index",
                "text"              : "首页",
                "iconPath"          : "images/common/index.png",
                "selectedIconPath"  : "images/common/index-s.png"
            },
            {
                "pagePath"  : "pages/product/product",//~~~这里不好带参数,即使其他页面由navigateTo进入,也不行,不带参数都不行,导航栏目只有从导航里面进去~~~
                "text"      : "产品",
                "iconPath"          : "images/common/p.png",
                "selectedIconPath"  : "images/common/p-s.png"
            },

  

相关文章:

  • 2021-11-28
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
猜你喜欢
  • 2021-10-03
  • 2021-12-26
  • 2021-04-24
  • 2022-12-23
  • 2021-04-20
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案