From ee2c0fc59d5991c8ff5cc9ccc730b3f742dcc260 Mon Sep 17 00:00:00 2001 From: kola-web Date: Thu, 12 Dec 2024 18:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=8C=BB=E7=94=9F=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E7=A1=AE=E8=AE=A4=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module1/pages/setApplicationDoctor/index.scss | 50 +++++++++++++++++++++++ src/module1/pages/setApplicationDoctor/index.ts | 2 + src/module1/pages/setApplicationDoctor/index.wxml | 14 +++++++ 3 files changed, 66 insertions(+) diff --git a/src/module1/pages/setApplicationDoctor/index.scss b/src/module1/pages/setApplicationDoctor/index.scss index 05f7bc4..738d342 100644 --- a/src/module1/pages/setApplicationDoctor/index.scss +++ b/src/module1/pages/setApplicationDoctor/index.scss @@ -206,3 +206,53 @@ page { } } } + +.popup1 { + width: 580rpx; + .badge { + position: relative; + z-index: 1; + display: block; + margin: 0 auto; + width: 152rpx; + height: 152rpx; + } + .p-container { + margin-top: -72rpx; + padding: 88rpx 0 0; + background-color: #fff; + border-radius: 16rpx; + text-align: center; + .title { + font-size: 36rpx; + color: #1d2129; + font-weight: bold; + } + .content { + padding: 0 52rpx; + margin-top: 24rpx; + font-size: 32rpx; + color: #858585; + line-height: 44rpx; + } + .footer { + margin-top: 48rpx; + display: flex; + align-items: center; + justify-content: space-between; + border-top: 1px solid #e0e0e0; + .cancel, + .ok { + flex: 1; + padding: 18rpx; + font-size: 32rpx; + line-height: 52rpx; + color: #141515; + } + .ok { + border-left: 1px solid #e0e0e0; + color: #00b4c5; + } + } + } +} diff --git a/src/module1/pages/setApplicationDoctor/index.ts b/src/module1/pages/setApplicationDoctor/index.ts index 3d3f13a..c7bb1e1 100644 --- a/src/module1/pages/setApplicationDoctor/index.ts +++ b/src/module1/pages/setApplicationDoctor/index.ts @@ -42,6 +42,8 @@ Page({ params: {}, caseId: "", + + show: false, }, onLoad(options) { if (options.hid) { diff --git a/src/module1/pages/setApplicationDoctor/index.wxml b/src/module1/pages/setApplicationDoctor/index.wxml index 226f53a..e78548c 100644 --- a/src/module1/pages/setApplicationDoctor/index.wxml +++ b/src/module1/pages/setApplicationDoctor/index.wxml @@ -96,3 +96,17 @@ params="{{popupDoctorDetail}}" bind:close="handlePopupClose" > + + + + + + 该医生驳回过您的申请 + 您选择的医生有驳回记录, 驳回3次后您将无法再次申请绑定此医生 + + 取消申请 + 继续申请 + + + +