修改
This commit is contained in:
parent
b581b66c01
commit
e2edf6cf3e
@ -21,7 +21,12 @@
|
||||
</view>
|
||||
<view class="details" @tap='goorderdetails(item)'>
|
||||
<view class="detailslist">
|
||||
<image :src="baseurl+item.attributePitureUrl" mode=""></image>
|
||||
<image :src="baseurl+item.personPictureUrl" mode=""
|
||||
v-if="item.orderType =='HEALTH_CONSULTATION'&&item.personPictureUrl"></image>
|
||||
<image src="@/static/yis.png" mode=""
|
||||
v-if="item.orderType =='HEALTH_CONSULTATION'&&!item.personPictureUrl"></image>
|
||||
<image :src="baseurl+item.attributePitureUrl" mode=""
|
||||
v-if="item.orderType !='HEALTH_CONSULTATION'"></image>
|
||||
<view class="model">
|
||||
<view class="top">
|
||||
<span v-if="item.orderType =='HEALTH_CONSULTATION'">健康咨询</span>
|
||||
@ -304,7 +309,7 @@
|
||||
} else {
|
||||
that.goodsOrderinfo();
|
||||
}
|
||||
}else{
|
||||
} else {
|
||||
that.$refs.uToast.show({
|
||||
title: '未登录,请先登录',
|
||||
type: 'error',
|
||||
|
||||
@ -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