This commit is contained in:
kbing1981 2024-07-23 15:58:14 +08:00
parent c38c5846bc
commit 6ba3f0680d
1 changed files with 5 additions and 7 deletions

View File

@ -71,9 +71,8 @@
<view class="detail-foot-list-top">
<span style="margin-left:24rpx; margin-top: 20rpx;">{{item.title}}</span>
<span style="display: none;">详情</span>
</view>
<view class="detail-time"><span v-if="item.maxTime">上次预约:{{item.maxTime}}</span></view>
<view><span class="detail-time" v-if="item.maxTime">上次预约:{{item.maxTime}}</span></view>
<view class="header-bottom-money">
<view class="header-bottom-money-zhen">
已使用{{item.usedQuantity}}
@ -938,11 +937,10 @@
color: #777777;
}
.detail-time{
color: #999;
background: #fef9f7;
height: 50rpx;
line-height: 50rpx;
padding-left: 24rpx;
color: #019c88;
background: #e2fcf4;
padding: 5rpx 20rpx;
border-radius:0 30rpx 30rpx 0 ;
}
.detail-foot-mian{
width: 100%;