修改
This commit is contained in:
parent
49901d75b7
commit
5fe5a9ed70
@ -2,7 +2,12 @@
|
|||||||
<view class="app">
|
<view class="app">
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="detailslist">
|
<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="model">
|
||||||
<view class="top">
|
<view class="top">
|
||||||
<span v-if="order.orderType =='HEALTH_CONSULTATION'">健康咨询</span>
|
<span v-if="order.orderType =='HEALTH_CONSULTATION'">健康咨询</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user