9、底部導航添加圖標和選中顏色

在app.json中全局配置:json

"tabBar":{
    "list":[
      {
        "pagePath": "pages/index/index",
        "text": "首頁",
        "iconPath": "./images/tabBar1.png",
        "selectedIconPath": "./images/tabBar11.png"
      },{
          "pagePath": "pages/logs/logs",
          "text": "日誌",
          "iconPath": "./images/tabBar2.png",
          "selectedIconPath": "./images/tabBar22.png"
      },
      {
        "pagePath": "pages/my/my",
        "text": "個人",
        "iconPath": "./images/tabBar3.png",
        "selectedIconPath": "./images/tabBar33.png"
      }
    ]
  },

圖標可在阿里提供的iconfont圖標庫中下載。app

相關文章
相關標籤/搜索