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;