1. 开方线上功能基本完成

2. 修复了一些抽屉组件的滑动失效问题
This commit is contained in:
李琦
2026-05-14 14:29:51 +08:00
parent e9966af14d
commit eacca1bf7b
40 changed files with 6176 additions and 5335 deletions

View File

@@ -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"
}
}]
}
],