diff --git a/miniprogram/src/pages/comprehensive/bookings/private-detail.vue b/miniprogram/src/pages/comprehensive/bookings/private-detail.vue index 92a3c79..47f9b46 100644 --- a/miniprogram/src/pages/comprehensive/bookings/private-detail.vue +++ b/miniprogram/src/pages/comprehensive/bookings/private-detail.vue @@ -79,21 +79,16 @@ 距开始时间 退款比例 - 说明 {{ formatHoursBefore(rule.hours_before_start, idx) }} {{ rule.refund_percentage }}% - {{ rule.description }} 本次退款金额 ¥{{ refundQuote.refund_amount }} - - {{ refundQuote.applicable_tier_description || '当前不可取消' }} - @@ -339,9 +334,6 @@ const formatHoursBefore = (hours, idx) => { text { flex: 1; text-align: center; - - &:first-child { flex: 0.8; } - &:last-child { flex: 1.4; } } } @@ -355,9 +347,6 @@ const formatHoursBefore = (hours, idx) => { text { flex: 1; text-align: center; - - &:first-child { flex: 0.8; } - &:last-child { flex: 1.4; text-align: left; } } &.active { @@ -392,13 +381,6 @@ const formatHoursBefore = (hours, idx) => { color: $color-danger; } -.refund-tips { - text-align: center; - font-size: 22rpx; - color: $text-color-muted; - margin-bottom: $spacing-md; -} - .refund-popup-footer { display: flex; gap: $spacing-md;