From 0b056ee6bbab3aeb4e79a14b296580aaf95c8431 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 16 Nov 2023 16:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=AE=B6=E5=92=A8=E8=AF=A2=E8=AE=A2?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/pagesB/CommodityOrder/index.js | 11 ++++ pagesB/consulted/consulted.scss | 9 ++- pagesB/consulted/consulted.vue | 100 +++++++++++++++++++++-------- 3 files changed, 92 insertions(+), 28 deletions(-) diff --git a/api/pagesB/CommodityOrder/index.js b/api/pagesB/CommodityOrder/index.js index 47859df..b0c1c7f 100644 --- a/api/pagesB/CommodityOrder/index.js +++ b/api/pagesB/CommodityOrder/index.js @@ -23,3 +23,14 @@ export function ssgoodsOrder(data) { }, }) } + +export function ssgoodsOrderdata(data) { + return request({ + url: '/nurseApplet/nursingOrder/getConsultationOrder', + method: 'get', + data, + header: { + Authorization: 'Bearer' + ' ' + uni.getStorageSync('token') + }, + }) +} diff --git a/pagesB/consulted/consulted.scss b/pagesB/consulted/consulted.scss index 0c79581..fd489f4 100644 --- a/pagesB/consulted/consulted.scss +++ b/pagesB/consulted/consulted.scss @@ -4,6 +4,8 @@ width: 100%; color: #000000; padding-top: 20rpx; + height: calc(100vh - 78px); + overflow: auto; // overflow: scroll; .buy { background: #FFFFFF; @@ -121,7 +123,7 @@ } .content { width: 95%; - height: 100%; + // height: 100%; background: #FFFFFF; box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03); border-radius: 5rpx; @@ -130,7 +132,7 @@ .service { width: 50%; // top: 4%; - position: absolute; + position: relative; height: 35px; left: 6%; @@ -302,7 +304,8 @@ top: 2%; width: 90%; font-size: 28rpx; - margin-bottom: 8%; + height: 75rpx; + // margin-bottom: 8%; span:nth-child(2) { display: inline-block; position: absolute; diff --git a/pagesB/consulted/consulted.vue b/pagesB/consulted/consulted.vue index 319f423..1ecbaa4 100644 --- a/pagesB/consulted/consulted.vue +++ b/pagesB/consulted/consulted.vue @@ -70,6 +70,62 @@ {{list.healthAppointDate}} + + + 预约日期 + + + {{order.appointmentDate}} + + + + + 预约开始时间点 + + + {{order.appointmentStartTime}} + + + + + 预约结束时间点 + + + {{order.appointmentEndTime}} + + + + + 问题简述 + + + {{order.problemDescription}} + + + + + 患者个体情况说明 + + + {{order.situationDescription}} + + + + + 问题描述 + + + {{order.problemStatement}} + + + + + 病例 + + + {{order.medicalRecord}} + + 咨询内容 @@ -82,6 +138,10 @@ 订单金额¥{{list.totalPrice}} +