"tabBar": { "color":"#333", // 文字顏色 "selectedColor": "#666", // tab被選中后的顏色 "backgroundColor":"#fff", // tab背景顏色 "position":"bottom", // tab的位置 "list": [ { "pagePath": "pages/test/test", // 跳轉的頁面 "text": "首頁", // tab文字內容 "iconPath":"./static/icon1.png", //圖標的路徑,只支持本地 "selectedIconPath":"./static/icon2.png" // tab被選擇后的圖標,只支持本地 }, { "pagePath": "pages/haha/haha", "text": "日志", "iconPath": "./static/icon3.png", "selectedIconPath": "./static/icon4.png" } ] },
注意:tab的數量在2 - 5 個之間
小程序的文件不能大於2M