xg
This commit is contained in:
parent
47558cdaee
commit
74ee0a696b
@ -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: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user