|
@@ -204,9 +204,20 @@
|
|
|
"path": "pages/sales/list", // 销售列表
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "销售单",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
"navigationStyle":"custom",
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
+ "app-plus":{
|
|
|
+ "titleNView": {
|
|
|
+ "titleAlign": "left",
|
|
|
+ "buttons": [ //原生标题栏按钮配置,
|
|
|
+ {
|
|
|
+ "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
|
+ "fontSrc": "/static/iconfont/iconfont.ttf",
|
|
|
+ "fontSize": "16",
|
|
|
+ "width":"90px"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -220,9 +231,20 @@
|
|
|
"path": "pages/sales/chooseProduct", // 选择产品
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "选择产品",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
"navigationStyle":"custom",
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
+ "app-plus":{
|
|
|
+ "titleNView": {
|
|
|
+ "titleAlign": "left",
|
|
|
+ "buttons": [ //原生标题栏按钮配置,
|
|
|
+ {
|
|
|
+ "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
|
+ "fontSrc": "/static/iconfont/iconfont.ttf",
|
|
|
+ "fontSize": "16",
|
|
|
+ "width":"90px"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -239,35 +261,11 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
- // {
|
|
|
- // "path": "publicPage/choose-server-item/choose-server-item", // 选择服务项目
|
|
|
- // "style": {
|
|
|
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
|
|
|
- // "navigationBarTitleText": "选择服务项目",
|
|
|
- // "app-plus":{
|
|
|
- // "titleNView": {
|
|
|
- // "titleAlign": "left",
|
|
|
- // "buttons": [ //原生标题栏按钮配置,
|
|
|
- // {
|
|
|
- // "text": "\ue66f 服务" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
|
|
|
- // "fontSrc": "/static/iconfont/iconfont.ttf",
|
|
|
- // "fontSize": "14",
|
|
|
- // "width":"90px"
|
|
|
- // }
|
|
|
- // ]
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // },
|
|
|
-
|
|
|
{
|
|
|
"path": "pages/sales/productPricing", // 产品报价
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "产品报价",
|
|
|
- // "enablePullDownRefresh": false,
|
|
|
"navigationStyle":"custom",
|
|
|
- // "navigationBarTextStyle": "white",
|
|
|
"app-plus":{
|
|
|
"titleNView": {
|
|
|
"titleAlign": "left",
|
|
@@ -275,7 +273,7 @@
|
|
|
{
|
|
|
"text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
|
|
|
"fontSrc": "/static/iconfont/iconfont.ttf",
|
|
|
- "fontSize": "14",
|
|
|
+ "fontSize": "16",
|
|
|
"width":"90px"
|
|
|
}
|
|
|
]
|