uniapp 導航欄設定文字圖片
阿新 • • 發佈:2020-12-22
{ //收藏 "path": "pages/collect", "style": { "navigationBarTitleText":"收藏", "app-plus": { "titleNView": { "titleSize": "36rpx", "buttons": [ { "float": "right", "fontSize": "30rpx","text": "編輯", "width":"120rpx" }, { "float": "right", "fontSize": "30rpx", "text": "搜尋" } ] } } } },
或者內建圖示內容
"titleNView":{ "buttons":[ { "type":"menu" } ] }
- "forward":前進按鈕
- "back":後退按鈕
- "share":分享按鈕
- "favorite":收藏按鈕
- "home":主頁按鈕
- "menu":選單按鈕
- "close":關閉按鈕
- "none":無樣式,不顯示圖示
更多內容
https://ext.dcloud.net.cn/plugin?id=1765