|
|
|
|
@ -117,12 +117,9 @@ app.mpBehavior({ PageName: 'MINI_PROGRAM_VISIT' })
@@ -117,12 +117,9 @@ app.mpBehavior({ PageName: 'MINI_PROGRAM_VISIT' })
|
|
|
|
|
|
|
|
|
|
| 方法 | PageName | 说明 | |
|
|
|
|
|------|----------|------| |
|
|
|
|
| `routerVipTo()` | `BTN_PatientMyVip` | VIP 认证入口 | |
|
|
|
|
| `handleMyHealthRecord(e)` | `BTN_PatientMyHealthRecord` | 健康档案 | |
|
|
|
|
| `handleQaForm()` | `BTN_PatientMyQaForm` | 健康问卷 | |
|
|
|
|
| `handleQaForm()` | `BTN_PatientMyQaForm` | 健康档案| |
|
|
|
|
| `routerTo(e)` → mySave | `BTN_PatientMySave` | 我的收藏 | |
|
|
|
|
| `routerTo(e)` → personalInfo | `BTN_PatientMyPersonalInfo` | 个人信息 | |
|
|
|
|
| `handleMiniDoctor()` | `BTN_PatientMyMiniDoctor` | 迷你医生 | |
|
|
|
|
| `handleFeedback()` | `BTN_PatientMyFeedback` | 问题反馈 | |
|
|
|
|
|
|
|
|
|
#### 医患互动(pages/interactivePatient/index) |
|
|
|
|
@ -132,7 +129,6 @@ app.mpBehavior({ PageName: 'MINI_PROGRAM_VISIT' })
@@ -132,7 +129,6 @@ app.mpBehavior({ PageName: 'MINI_PROGRAM_VISIT' })
|
|
|
|
|
| `handleHot(e)` | `BTN_PatientInteractiveHotQuestion` | 热门问题点击 | |
|
|
|
|
| `handleQuestion(e)` | `BTN_PatientInteractiveQuestion` | 快捷问题点击 | |
|
|
|
|
| `handleConfirm()` | `BTN_PatientInteractiveSend` | 发送消息 | |
|
|
|
|
| `handleAdl()` | `BTN_PatientInteractiveAdl` | ADL 评估入口 | |
|
|
|
|
| `handleQol()` | `BTN_PatientInteractiveQol` | QoL 入口 | |
|
|
|
|
| `handleDoctorDetail()` | `BTN_PatientInteractiveDoctorDetail` | 查看医生详情 | |
|
|
|
|
|
|
|
|
|
@ -140,7 +136,6 @@ app.mpBehavior({ PageName: 'MINI_PROGRAM_VISIT' })
@@ -140,7 +136,6 @@ app.mpBehavior({ PageName: 'MINI_PROGRAM_VISIT' })
|
|
|
|
|
|
|
|
|
|
| 方法 | PageName | 说明 | |
|
|
|
|
|------|----------|------| |
|
|
|
|
| `tabChange(e)` | `BTN_PatientRepositoryTab` | Tab 切换 | |
|
|
|
|
| `handleSearch()` | `BTN_PatientRepositorySearch` | 搜索 | |
|
|
|
|
| `handleCate(e)` | `BTN_PatientRepositoryCategory` | 分类筛选 | |
|
|
|
|
| `handleDetail(e)` | `BTN_PatientRepositoryArticle` | 文章详情 | |
|
|
|
|
|