xg
This commit is contained in:
parent
326919e98a
commit
c000f675c2
@ -10,6 +10,9 @@
|
||||
</view>
|
||||
<view class="lists" v-if="listinfo">
|
||||
<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>
|
||||
<view class="name">
|
||||
{{item.patientName?item.patientName+' ':' '}}
|
||||
@ -300,7 +303,20 @@
|
||||
|
||||
.item {
|
||||
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 {
|
||||
position: absolute;
|
||||
@ -323,7 +339,7 @@
|
||||
color: #999999;
|
||||
position: absolute;
|
||||
left: 160rpx;
|
||||
bottom: 50rpx;
|
||||
top: 160rpx;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
@ -333,7 +349,7 @@
|
||||
.name {
|
||||
position: absolute;
|
||||
left: 160rpx;
|
||||
top: 40rpx;
|
||||
top: 100rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
@ -341,9 +357,8 @@
|
||||
|
||||
image {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
top: 90rpx;
|
||||
left: 20rpx;
|
||||
transform: translateY(-50%);
|
||||
width: 110rpx;
|
||||
height: 110rpx;
|
||||
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 {
|
||||
position: absolute;
|
||||
right: 15rpx;
|
||||
|
||||
@ -76,7 +76,8 @@
|
||||
<view class="text" v-if="item.orderStatus=='RECEIVED_GOODS'">
|
||||
待服务
|
||||
</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 class="text" v-if="item.orderStatus=='REFUNDED'" style="color: #9D9D9D;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user