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次后您将无法再次申请绑定此医生 + + 取消申请 + 继续申请 + + + +