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}} +