tab菜单pagePath连接能动态修改吗

发布于 6 年前作者 uyan10749 次浏览最后编辑 6 年前来自 ask

“tabBar”: {

    “color”: “#000000”,

    “selectedColor”: “#35b3e4”,

    “borderStyle”: “#000000”,

    “backgroundColor”: “#f7f7fa”,

    “list”: [

      {

        “selectedIconPath”: “pages/images/search2.png”,

        “iconPath”: “pages/images/search.png”,

        “pagePath”: “pages/stu/StuQuery”,

        “text”: “查询”

      },

      {

        “selectedIconPath”: “pages/images/account2.png”,

        “iconPath”: “pages/images/account.png”,

        “pagePath”: “pages/stu/StuMy”,

        “text”: “我的”

      }

    ]

  }

1 回复
tanjie
tanjie1 楼4 年前

不能吧