From a15feec3dbbc1593e186a3ba947882a5a82a28ed Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 22 Apr 2024 09:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A44.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patient/pages/fuliMsgList/fuliMsgList.js | 4 +++- patient/pages/refundMsgList/refundMsgList.js | 4 +++- patient/pages/sysMsgList/sysMsgList.js | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/patient/pages/fuliMsgList/fuliMsgList.js b/patient/pages/fuliMsgList/fuliMsgList.js index 11405df..fe2b7df 100644 --- a/patient/pages/fuliMsgList/fuliMsgList.js +++ b/patient/pages/fuliMsgList/fuliMsgList.js @@ -87,7 +87,9 @@ Page({ }else if(link_type==13){ url='/patient/pages/prescriptDetail/prescriptDetail?order_prescription_id='+link_params.order_prescription_id - }; + }else if(link_type==15){ + url='/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+link_params.order_no + }; app.method.navigateTo({ url: url, }) diff --git a/patient/pages/refundMsgList/refundMsgList.js b/patient/pages/refundMsgList/refundMsgList.js index 3c9d917..9aa6584 100644 --- a/patient/pages/refundMsgList/refundMsgList.js +++ b/patient/pages/refundMsgList/refundMsgList.js @@ -93,7 +93,9 @@ Page({ }else if(link_type==13){ url='/patient/pages/prescriptDetail/prescriptDetail?order_prescription_id='+link_params.order_prescription_id - }; + }else if(link_type==15){ + url='/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+link_params.order_no + }; app.method.navigateTo({ url: url, }) diff --git a/patient/pages/sysMsgList/sysMsgList.js b/patient/pages/sysMsgList/sysMsgList.js index 2276e30..cc03531 100644 --- a/patient/pages/sysMsgList/sysMsgList.js +++ b/patient/pages/sysMsgList/sysMsgList.js @@ -92,7 +92,9 @@ Page({ }else if(link_type==13){ url='/patient/pages/prescriptDetail/prescriptDetail?order_prescription_id='+link_params.order_prescription_id - }; + }else if(link_type==15){ + url='/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+link_params.order_no + }; app.method.navigateTo({ url: url, })