xg
This commit is contained in:
parent
326919e98a
commit
c000f675c2
@ -10,6 +10,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="lists" v-if="listinfo">
|
<view class="lists" v-if="listinfo">
|
||||||
<view class="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'>
|
<view class="item" v-for="item in listinfo" @tap='goseekadvicefrom(item)'>
|
||||||
|
<view class="time">
|
||||||
|
{{item.createTime?item.createTime:''}}
|
||||||
|
</view>
|
||||||
<image src="../../static/headsculpture.png" mode=""></image>
|
<image src="../../static/headsculpture.png" mode=""></image>
|
||||||
<view class="name">
|
<view class="name">
|
||||||
{{item.patientName?item.patientName+' ':' '}}
|
{{item.patientName?item.patientName+' ':' '}}
|
||||||
@ -300,7 +303,20 @@
|
|||||||
|
|
||||||
.item {
|
.item {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 180rpx;
|
height: 240rpx;
|
||||||
|
margin: 10rpx auto;
|
||||||
|
background: #F6F6F6;
|
||||||
|
|
||||||
|
.time {
|
||||||
|
width: 100%;
|
||||||
|
padding-left: 20rpx;
|
||||||
|
height: 80rpx;
|
||||||
|
line-height: 80rpx;
|
||||||
|
border-bottom: 2rpx solid #DADADA;
|
||||||
|
font-size: 26rpx;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #5F5F5F;
|
||||||
|
}
|
||||||
|
|
||||||
.count {
|
.count {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -323,7 +339,7 @@
|
|||||||
color: #999999;
|
color: #999999;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 160rpx;
|
left: 160rpx;
|
||||||
bottom: 50rpx;
|
top: 160rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -333,7 +349,7 @@
|
|||||||
.name {
|
.name {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 160rpx;
|
left: 160rpx;
|
||||||
top: 40rpx;
|
top: 100rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
@ -341,9 +357,8 @@
|
|||||||
|
|
||||||
image {
|
image {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 90rpx;
|
||||||
left: 20rpx;
|
left: 20rpx;
|
||||||
transform: translateY(-50%);
|
|
||||||
width: 110rpx;
|
width: 110rpx;
|
||||||
height: 110rpx;
|
height: 110rpx;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
@ -476,18 +491,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.time {
|
|
||||||
line-height: 60rpx;
|
|
||||||
font-size: 24rpx;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #333333;
|
|
||||||
|
|
||||||
span {
|
|
||||||
word-break: break-all;
|
|
||||||
padding-left: 10rpx;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemimg {
|
.itemimg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 15rpx;
|
right: 15rpx;
|
||||||
|
|||||||
@ -76,7 +76,8 @@
|
|||||||
<view class="text" v-if="item.orderStatus=='RECEIVED_GOODS'">
|
<view class="text" v-if="item.orderStatus=='RECEIVED_GOODS'">
|
||||||
待服务
|
待服务
|
||||||
</view>
|
</view>
|
||||||
<view class="text" v-if="item.orderStatus=='COMPLETED'" style="color: #9D9D9D;">
|
<view class="text" v-if="item.orderStatus=='COMPLETED'||item.orderStatus=='EVALUATED'"
|
||||||
|
style="color: #9D9D9D;">
|
||||||
已完成
|
已完成
|
||||||
</view>
|
</view>
|
||||||
<view class="text" v-if="item.orderStatus=='REFUNDED'" style="color: #9D9D9D;">
|
<view class="text" v-if="item.orderStatus=='REFUNDED'" style="color: #9D9D9D;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user