This commit is contained in:
2024-03-16 16:24:40 +08:00
parent 47558cdaee
commit 74ee0a696b

View File

@ -22,7 +22,7 @@
<image src="../../static/headsculpture.png" mode=""></image>
<view class="name">
{{item.patientName?item.patientName+' ':' '}}
( {{item.problemDescription?item.problemDescription:''}} )
{{item.problemDescription?"("+item.problemDescription+')':''}}
</view>
<view class="text">
{{Number(item.messageType)==1?item.content?item.content:'':''}}
@ -83,7 +83,7 @@
pageNum: 1,
pageSize: 1000,
doctorId: uni.getStorageSync("id"),
consultationType: 'IMAGE_TEXT_CONSULTATION',
// consultationType: 'IMAGE_TEXT_CONSULTATION',
status: '',
},
listinfo: [],
@ -528,4 +528,4 @@
::v-deep .u-cell-box {}
}
}
</style>
</style>