From 685aa807431abcd0038dd4cb5ebe58cc1a7c370c Mon Sep 17 00:00:00 2001 From: kola-web Date: Fri, 14 Mar 2025 09:48:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BB=E6=AD=A2=E5=8C=BB=E7=94=9F=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=BC=B9=E7=AA=97=E6=BB=9A=E5=8A=A8=E7=A9=BF=E9=80=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/popupDoctorDetail/index.ts | 7 +++++-- src/components/popupDoctorDetail/index.wxml | 10 ++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/components/popupDoctorDetail/index.ts b/src/components/popupDoctorDetail/index.ts index 707e947..d0a7fdc 100644 --- a/src/components/popupDoctorDetail/index.ts +++ b/src/components/popupDoctorDetail/index.ts @@ -26,11 +26,14 @@ Component({ */ methods: { onClose() { - app.mpBehavior({ PageName: "BTN_DOCTORINFOWINDOWCLOSE" }); - this.triggerEvent("close"); + app.mpBehavior({ PageName: 'BTN_DOCTORINFOWINDOWCLOSE' }); + this.triggerEvent('close'); }, handleTap() { return false; }, + touchMove() { + return false; + }, }, }); diff --git a/src/components/popupDoctorDetail/index.wxml b/src/components/popupDoctorDetail/index.wxml index e506292..9adbe36 100644 --- a/src/components/popupDoctorDetail/index.wxml +++ b/src/components/popupDoctorDetail/index.wxml @@ -1,5 +1,11 @@ - - + + 医生详情