服务评价
This commit is contained in:
parent
edd9d93f06
commit
5df26c3a6a
@ -18,6 +18,9 @@
|
|||||||
<view class="details">
|
<view class="details">
|
||||||
<image src="../../static/headsculpture.png" mode="" v-if="item.orderType== 'FAMILY_DOCTOR' ">
|
<image src="../../static/headsculpture.png" mode="" v-if="item.orderType== 'FAMILY_DOCTOR' ">
|
||||||
</image>
|
</image>
|
||||||
|
<image :src="baseurl+item.pictureUrl" mode="" v-if="item.orderType== 'INTEGRAL_EXCHANGE' || item.orderType== 'DIRECT_BUY'" ></image>
|
||||||
|
<image :src="baseurl+item.personPictureUrl" mode="" v-if="item.orderType== 'HEALTH_CONSULTATION'" ></image>
|
||||||
|
</image>
|
||||||
<image :src="baseurl+item.pictureUrl" mode="" v-else></image>
|
<image :src="baseurl+item.pictureUrl" mode="" v-else></image>
|
||||||
<view class="ppointment">
|
<view class="ppointment">
|
||||||
<view class="doctorname">
|
<view class="doctorname">
|
||||||
@ -730,4 +733,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user