在开发工具调试的时候能正常显示,如下图:
但是在真机调试的时候却是全白的,如下图:
代码如下:app.json
下的设置
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "rgb(239,129,55)",
"navigationBarTitleText": "投票",
"navigationBarTextStyle": "#000"
},
index.json
下的设置
{
"navigationBarTitleText": "投票",
"navigationBarBackgroundColor": "rgb(239,129,55)"
}
没有一个起作用。沮丧
第二个问题:
底部的tabBar
在开发工具调试的时候能正常显示,如下图:
但是一到真机上就变成下图:
代码:
"tabBar": {
"selectedColor": "rgb(255,40,8)",
"backgroundColor":"#ccc",
"color":"#000",
"list": [
{
"pagePath": "pages/index/index",
"text": "投票",
"iconPath":"image/Rank.png",
"selectedIconPath":"image/Money.png"
},
{
"pagePath": "pages/money/money",
"text": "钱包",
"iconPath": "image/Money.png",
"selectedIconPath": "image/Rank.png"
}
]
}
找不到原因~~求助~~~真的没有人知道为什么咩~~吼苦脑