安卓端 标题栏图标按钮设置角标
badgeText被buttons覆盖
ios正常
"style": {
"app-plus": {
"titleNView": {
"type": "transparent",
"buttons": [
{
"fontSize": "28px",
"fontSrc": "/static/uni.ttf",
"text": "\ue202",
"background": "rgba(0,0,0,0)",
"badgeText": "99+"
}
],
"searchInput": {
"backgroundColor": "rgba(255,255,255,0.7)",
"placeholderColor": "#999",
"borderRadius": "16px",
"placeholder": "搜索您感兴趣的内容",
"disabled": true
}
}
}
}
0 个回复