From 1bcae38452e59c74ecfa5025abc2634e34ff274a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Tue, 14 Nov 2023 13:37:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../imagetextConsultation.vue | 25 +++++++++----------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/pagesB/imagetextConsultation/imagetextConsultation.vue b/pagesB/imagetextConsultation/imagetextConsultation.vue
index 01a32d8..59bc9ee 100644
--- a/pagesB/imagetextConsultation/imagetextConsultation.vue
+++ b/pagesB/imagetextConsultation/imagetextConsultation.vue
@@ -19,12 +19,9 @@
- {{item.doctorName?item.doctorName:''}}
+ {{item.doctorName?item.doctorName+' ':' '}} (
+ {{item.problemDescription?item.problemDescription:''}} )
-
- {{item.problemDescription?item.problemDescription:''}}
-
-
{{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}}
@@ -180,14 +177,16 @@
font-weight: 500;
color: #000000;
}
-.names{
- position: absolute;
- left: 190rpx;
- top: 172rpx;
- font-size: 32rpx;
- 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;