diff --git a/src/echart/components/homeLevel2/index.scss b/src/echart/components/homeLevel2/index.scss index 71452a1..299a929 100644 --- a/src/echart/components/homeLevel2/index.scss +++ b/src/echart/components/homeLevel2/index.scss @@ -406,6 +406,10 @@ width: 240rpx; height: 200rpx; } + .none-img1 { + width: 230rpx; + height: 184rpx; + } .content { margin-top: -70rpx; text-align: center; diff --git a/src/echart/components/homeLevel2/index.wxml b/src/echart/components/homeLevel2/index.wxml index cc09a08..c206c6f 100644 --- a/src/echart/components/homeLevel2/index.wxml +++ b/src/echart/components/homeLevel2/index.wxml @@ -212,7 +212,7 @@ 我邀约的医生 - + 还没有邀约医生哦 diff --git a/src/echart/components/homeLevel4/index.wxml b/src/echart/components/homeLevel4/index.wxml index cf856d7..3bd9905 100644 --- a/src/echart/components/homeLevel4/index.wxml +++ b/src/echart/components/homeLevel4/index.wxml @@ -32,7 +32,7 @@ - - - - 驳回 - - - - 驳回原因 - - - - 创建聊天室 - - - - 更多操作 - - - - 归档 - - - - 创建聊天室 - - - - 标为优质 + + + + + 驳回 + + + + 驳回原因 + + + + 创建聊天室 + + + + 更多操作 + + + + 归档 + + + + 创建聊天室 + + + + 标为优质 + - - - 更多操作 - - @质控医生 - 提交反馈 + + 更多操作 + + @质控医生 + 提交反馈 + + + 创建聊天室 + 提交反馈 + - - 创建聊天室 - 提交反馈 + + + + + 李俊医生驳回了您的病历 + 2024.09.12 + + 原因:资料待补充 + 驳回记录 + 提交 + 确认创建聊天室 - 邀约并创建 + + 邀约并创建 + 您可邀约一位您的合作医生讨论病历 + 直接创建 + 取消 diff --git a/src/module1/pages/loginProtool/index.scss b/src/module1/pages/loginProtool/index.scss index d49f6ac..dfb742d 100644 --- a/src/module1/pages/loginProtool/index.scss +++ b/src/module1/pages/loginProtool/index.scss @@ -13,7 +13,7 @@ height: 44rpx; } .rule { - margin-top: 32rpx; + margin: 32rpx 0; flex: 1; overflow-y: auto; overflow-x: hidden; @@ -49,6 +49,17 @@ background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%); border-radius: 96rpx 96rpx 96rpx 96rpx; } + .wait { + flex: 1; + height: 88rpx; + text-align: center; + line-height: 88rpx; + font-size: 32rpx; + color: #fff; + opacity: 0.3; + background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%); + border-radius: 96rpx 96rpx 96rpx 96rpx; + } } } } diff --git a/src/module1/pages/loginProtool/index.ts b/src/module1/pages/loginProtool/index.ts index f77c697..70f445d 100644 --- a/src/module1/pages/loginProtool/index.ts +++ b/src/module1/pages/loginProtool/index.ts @@ -3,6 +3,14 @@ const app = getApp() Page({ data: { menuButtonInfo: {}, + wait: true, }, onLoad() {}, + handleScrollToLower(e) { + if (e.detail.direction === 'bottom') { + this.setData({ + wait: false, + }) + } + }, }) diff --git a/src/module1/pages/loginProtool/index.wxml b/src/module1/pages/loginProtool/index.wxml index 95f3cde..ed1aeb9 100644 --- a/src/module1/pages/loginProtool/index.wxml +++ b/src/module1/pages/loginProtool/index.wxml @@ -1,10 +1,7 @@ - + - + Lorem ipsum dolor sit, amet consectetur adipisicing elit. Architecto ipsa reiciendis deleniti blanditiis sit vitae, reprehenderit laudantium veniam corporis quisquam quas fugiat. Beatae molestias quos unde neque et, similique cumque. Lorem ipsum dolor sit, amet consectetur adipisicing elit. Architecto ipsa reiciendis deleniti @@ -428,10 +425,11 @@ cumque. Lorem ipsum dolor sit, amet consectetur adipisicing elit. Architecto ipsa reiciendis deleniti blanditiis sit vitae, reprehenderit laudantium veniam corporis quisquam quas fugiat. Beatae molestias quos unde neque et, similique cumque. - + 不同意 - 同意 + 请上滑阅读完成 + 同意 diff --git a/src/module1/pages/userInfo/index.scss b/src/module1/pages/userInfo/index.scss index 3e1d7df..c6feb73 100644 --- a/src/module1/pages/userInfo/index.scss +++ b/src/module1/pages/userInfo/index.scss @@ -2,6 +2,7 @@ page { background-color: rgba(246, 246, 246, 1); } .page { + margin-bottom: 32rpx; padding: 48rpx 32rpx 0; background-color: #fff; .upload { @@ -58,17 +59,15 @@ page { } .btn { - margin: 32rpx 32rpx 0; - width: 686rpx; + margin: 16rpx 0; height: 88rpx; - border-radius: 84rpx 84rpx 84rpx 84rpx; - border: 1rpx solid #00b4c5; + background-color: #fff; box-sizing: border-box; display: flex; align-items: center; justify-content: center; - font-size: 32rpx; - color: rgba(0, 180, 197, 1); + font-size: 28rpx; + color: rgba(20, 21, 21, 1); &:first-of-type { margin-top: 48rpx; } diff --git a/src/module1/pages/userInfo/index.wxml b/src/module1/pages/userInfo/index.wxml index 75c2e89..cd2fd0a 100644 --- a/src/module1/pages/userInfo/index.wxml +++ b/src/module1/pages/userInfo/index.wxml @@ -46,6 +46,7 @@ 退出登录 更换手机号 +注销账号 () Page({ data: { - level: 4, + level: 2, show1: false, }, onLoad() {