小程序 設置tabBar選中顏色和圖標


"tabBar": {

  "selectedColor": "#4da9ff", //顏色

  "list": [{

    "pagePath": "homepage/homepage/homepage",

    "text": "首頁",

    "iconPath": "images/homepage_off.png",

    "selectedIconPath": "images/homepage_on.png" //選中圖標

  },

  {

    "pagePath": "recruit/recruit/recruit",

    "text": "招聘項目",

    "iconPath": "images/recruit_off.png",

    "selectedIconPath": "images/recruit_on.png"

  },

  {

    "pagePath": "person/person/person",

    "text": "個人中心",

    "iconPath": "images/person_off.png",

    "selectedIconPath": "images/person_on.png"

  }]

}

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM