原生自定义titleNview, 设置了两个按钮, 左侧按钮点击选择城市后设置text, 然后字体颜色编程
重现步骤
"type": "transparent",
"titleColor": "#fff",
"backgroundColor": "#ff4443",
"buttons": [{
"text": "北京市",
"width": "auto",
"fontSize": "14px",
"color": "#303133",
"background": "rgba(0,0,0,0)",
"select": true,
"float": "left"
}
导航栏设置为透明渐变, 自定义button颜色黑色, 重新设置text之后字体颜色变成了白色,
在白色背景下以为消失了,,,