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;