|
@@ -65,10 +65,11 @@
|
|
|
"titleNView": {
|
|
|
"buttons": [ //原生标题栏按钮配置,
|
|
|
{
|
|
|
- "text": "选择考评方案", //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
|
|
|
+ "text": "\ue610 考评方案", //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
|
|
|
"fontSize": 16,
|
|
|
"color": "#eee",
|
|
|
- "width": "120px"
|
|
|
+ "width": "120px",
|
|
|
+ "fontSrc": "/static/iconfont/iconfont.ttf"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -266,7 +267,12 @@
|
|
|
"navigationBarTitleText": "智能巡店",
|
|
|
"navigationBarBackgroundColor": "#0b6ce0",
|
|
|
"navigationBarTextStyle": "white",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
+ "backgroundColor": "#F8F8F8",
|
|
|
+ "app-plus": {
|
|
|
+ "titleView": false,
|
|
|
+ // 将回弹属性关掉
|
|
|
+ "bounce": "none"
|
|
|
+ }
|
|
|
},
|
|
|
"tabBar": {
|
|
|
"color": "#7A7E83",
|