diff --git a/config/app-env.js b/config/app-env.js index a8b8bae..6068336 100644 --- a/config/app-env.js +++ b/config/app-env.js @@ -20,7 +20,7 @@ const PROD = { }; export function isDoctorWxDev() { - return USE_DOCTOR_WX_DEV; + return checkDev('dev'); } export function getDoctorWxEnv() { diff --git a/pages/my/prescriptionDetail.vue b/pages/my/prescriptionDetail.vue index b49384c..89dcd80 100644 --- a/pages/my/prescriptionDetail.vue +++ b/pages/my/prescriptionDetail.vue @@ -80,6 +80,26 @@ + + + + 中医证候: + {{ lists.online_tcm_print.tcm_syndrome }} + + + + + 中医治法: + {{ lists.online_tcm_print.tcm_method }} + + + + + 中医疾病: + {{ lists.online_tcm_print.tcm_disease }} + + + diff --git a/pages/workbench/prescriptionDetail.vue b/pages/workbench/prescriptionDetail.vue index 4957788..3506a97 100644 --- a/pages/workbench/prescriptionDetail.vue +++ b/pages/workbench/prescriptionDetail.vue @@ -80,6 +80,26 @@ + + + + 中医证候: + {{ lists.online_tcm_print.tcm_syndrome }} + + + + + 中医治法: + {{ lists.online_tcm_print.tcm_method }} + + + + + 中医疾病: + {{ lists.online_tcm_print.tcm_disease }} + + + diff --git a/subPackages/sub_pharmacist/myrecord-detail.vue b/subPackages/sub_pharmacist/myrecord-detail.vue index ffb8d84..8a60a0e 100644 --- a/subPackages/sub_pharmacist/myrecord-detail.vue +++ b/subPackages/sub_pharmacist/myrecord-detail.vue @@ -80,6 +80,26 @@ + + + + 中医证候: + {{ lists.online_tcm_print.tcm_syndrome }} + + + + + 中医治法: + {{ lists.online_tcm_print.tcm_method }} + + + + + 中医疾病: + {{ lists.online_tcm_print.tcm_disease }} + + +