xg
This commit is contained in:
parent
47558cdaee
commit
74ee0a696b
@ -22,7 +22,7 @@
|
|||||||
<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.patientName+' ':' '}}
|
||||||
( {{item.problemDescription?item.problemDescription:''}} )
|
{{item.problemDescription?"("+item.problemDescription+')':''}}
|
||||||
</view>
|
</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
{{Number(item.messageType)==1?item.content?item.content:'':''}}
|
{{Number(item.messageType)==1?item.content?item.content:'':''}}
|
||||||
@ -83,7 +83,7 @@
|
|||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 1000,
|
pageSize: 1000,
|
||||||
doctorId: uni.getStorageSync("id"),
|
doctorId: uni.getStorageSync("id"),
|
||||||
consultationType: 'IMAGE_TEXT_CONSULTATION',
|
// consultationType: 'IMAGE_TEXT_CONSULTATION',
|
||||||
status: '',
|
status: '',
|
||||||
},
|
},
|
||||||
listinfo: [],
|
listinfo: [],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user