uni-app 頂部標題導航欄
阿新 • • 發佈:2021-02-03
技術標籤:Vue
{
"path": "pages/template/news/my", // 我的
"style": {
"navigationBarTitleText": "我的", // 頂部名稱
"navigationBarBackgroundColor": "rgb(244, 144, 21)", // 頂部背景色
"navigationBarTextStyle": "white", // 文字顏色,目前只支援white和black這兩種顏色(小程式)
"app-plus": {
"titleNView": {
"buttons": [{
"text": "設定", // 頂部右側文字
"fontSize":"32upx",
"fontWeight":"700"
}]
}
}
}
},