From 0b694ff6db1bd9dc9ddcfe35755077cda89f573e Mon Sep 17 00:00:00 2001 From: gqt <3217233537@qq.com> Date: Fri, 14 Aug 2026 16:58:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor(private-detail):=20=E9=80=80=E6=AC=BE?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=8E=BB=E6=8E=89=E8=A7=84=E5=88=99=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E5=AD=97=EF=BC=8C=E4=BB=85=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A1=A3=E4=BD=8D=E5=92=8C=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comprehensive/bookings/private-detail.vue | 18 ------------------ 1 file changed, 18 deletions(-) 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;