1. 开方线上功能基本完成
2. 修复了一些抽屉组件的滑动失效问题
This commit is contained in:
21
pages.json
21
pages.json
@@ -22,7 +22,10 @@
|
||||
"path": "pages/workbench/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "工作台",
|
||||
"navigationStyle": "custom"
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true,
|
||||
"backgroundTextStyle": "dark",
|
||||
"backgroundColor": "#f7f8fa"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -402,26 +405,20 @@
|
||||
}
|
||||
}]
|
||||
}, {
|
||||
"root": "subPackages/sub_reception",
|
||||
"root": "subPackages/sub_online_reception",
|
||||
"pages": [{
|
||||
"path": "reception_list",
|
||||
"path": "pages/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "转接方",
|
||||
"navigationBarTitleText": "在线接诊",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "reception_chat",
|
||||
"path": "pages/chat",
|
||||
"style": {
|
||||
"navigationBarTitleText": "转接方聊天",
|
||||
"navigationBarTitleText": "问诊聊天",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "reception_prescription",
|
||||
"style": {
|
||||
"navigationBarTitleText": "转接方开方",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user