修改
This commit is contained in:
parent
d0c090aa4d
commit
1365550f05
@ -16,7 +16,12 @@
|
||||
</view>
|
||||
<view class="details">
|
||||
<view class="detailslist">
|
||||
<image :src="baseurl+order.attributePitureUrl" mode=""></image>
|
||||
<image :src="baseurl+order.personPictureUrl" mode=""
|
||||
v-if="order.orderType =='HEALTH_CONSULTATION'&&order.personPictureUrl"></image>
|
||||
<image src="@/static/yis.png" mode=""
|
||||
v-if="order.orderType =='HEALTH_CONSULTATION'&&!order.personPictureUrl"></image>
|
||||
<image :src="baseurl+order.attributePitureUrl" mode=""
|
||||
v-if="order.orderType !='HEALTH_CONSULTATION'"></image>
|
||||
<view class="model">
|
||||
<view class="top">
|
||||
<span v-if="order.orderType =='HEALTH_CONSULTATION'">健康咨询</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user