This commit is contained in:
2023-11-14 13:55:35 +08:00
parent 1236b28afa
commit 2e01100223

View File

@ -12,7 +12,8 @@
<view class="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'> <view class="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'>
<image src="../../static/headsculpture.png" mode=""></image> <image src="../../static/headsculpture.png" mode=""></image>
<view class="name"> <view class="name">
{{item.patientName}} {{item.patientName?item.patientName+' ':' '}}
( {{item.problemDescription?item.problemDescription:''}} )
</view> </view>
<view class="text"> <view class="text">
{{Number(item.messageType)==2?'[图片]':item.content}} {{Number(item.messageType)==2?'[图片]':item.content}}