From d7dbcf84b39a020b5ecf2b19e945a8f7d9b46bf8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Tue, 14 Nov 2023 12:49:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=97=AE=E9=A2=98=E7=AE=80?=
=?UTF-8?q?=E8=BF=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../imagetextConsultation.vue | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/pagesB/imagetextConsultation/imagetextConsultation.vue b/pagesB/imagetextConsultation/imagetextConsultation.vue
index 7496f29..01a32d8 100644
--- a/pagesB/imagetextConsultation/imagetextConsultation.vue
+++ b/pagesB/imagetextConsultation/imagetextConsultation.vue
@@ -21,6 +21,10 @@
{{item.doctorName?item.doctorName:''}}
+
+ {{item.problemDescription?item.problemDescription:''}}
+
+
{{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}}
@@ -152,7 +156,7 @@
.text {
position: absolute;
left: 190rpx;
- top: 180rpx;
+ top: 220rpx;
font-size: 28rpx;
font-weight: 400;
color: #5F5F5F;
@@ -176,7 +180,14 @@
font-weight: 500;
color: #000000;
}
-
+.names{
+ position: absolute;
+ left: 190rpx;
+ top: 172rpx;
+ font-size: 32rpx;
+ font-weight: 500;
+ color: #000000;
+}
.time {
width: 100%;
padding-left: 20rpx;