无效的 appJSON["tarbar"]
- 当前 Bug 的表现(可附上截图)
{
“pages”:[
“pages/index/index”,
“pages/message/message”,
“pages/logs/logs”
],
“window”:{
“backgroundTextStyle”:“light”,
“navigationBarBackgroundColor”: “#ADD8E6”,
“navigationBarTitleText”: “海安生活”,
“navigationBarTextStyle”:“black”
},
“tarbar”:{
“colour”: “##CD5C5C”,
“selectedColor”: “#0000”,
“borderStyle”: “black”,
“list”:[
{
“pagePath”:“pages/index/index”,
“text”:“主页”
},
{
“pagePath”: “pages/message/message”,
“text”: “消息”
},
{
“pagePath”: “pages/logs/logs”,
“text”: “我的”
}
]
}
}
一直是 无效的 appJSON[“tarbar”]