修改
This commit is contained in:
parent
1236b28afa
commit
2e01100223
@ -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}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user