請問我這個為什么顯示不出來呢
?"tabBar":{
? ?"color": "black",
? ?"selectedColor": "white",
? ?"backgroundColor": "#F6F6F6",
? ?"list":[{
? ? ? "pagePath":"pages/zhuye/zhuye",
? ? ? "text":"主頁",
? ? ? "iconPath":"images/ico_2_2.png",
? ? ? ?"selecttedIconpath":"images/ico_2_1.png"
? ? ? ?},
? ? ? ?{
? ? ? ?"pagePath": "pages/ferenzhongxin/gerenzhongxin",
? ? ? ?"text": "個人中心",
? ? ? ?"iconPath": "images/ico_1_2.png",
? ? ? ?"selecttedIconpath": "images/ico_1_1.png"
? ? ? ?},
? ? ? ?{
? ? ? ?"pagePath": "pages/guanyuwomen/guanyuwomen",
? ? ? ?"text": "關于我們",
? ? ? ?"iconPath": "images/ico_4_2.png",
? ? ? ?"selecttedIconpath": "images/ico_4_1.png"
? ? ? ?}]
2019-09-27
selectedIconPath中的p應該是大寫。
2019-09-27
selectedIconPath中的p應該是大寫。