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 @@ - - + + 医生详情