From 0abbf5b17322548c842bffe138864874dae16b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Fri, 13 Jun 2025 18:31:01 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=91=E5=B8=83=E9=A1=B5=E9=9D=A2ui?= =?UTF-8?q?=E8=B0=83=E6=95=B4=202.=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=92=8C=E9=BB=98=E8=AE=A4=E5=9B=BE=E8=B0=83?= =?UTF-8?q?=E6=95=B4=203.=E6=8F=90=E7=8E=B0=E9=A1=B5=E9=9D=A2UI=E8=B0=83?= =?UTF-8?q?=E6=95=B4=204.=E6=A0=B8=E9=94=80=E9=A1=B5=E9=9D=A2UI=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=A2=9E=E5=8A=A0=E7=A9=BA=E7=8A=B6=E6=80=81=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=205.=E4=BC=98=E5=8C=96=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/index.vue | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/pages/center/index.vue b/pages/center/index.vue index 84aa669..bd323dd 100644 --- a/pages/center/index.vue +++ b/pages/center/index.vue @@ -88,15 +88,15 @@ - - *退款政策 - + + *退款政策 + - + - + @@ -167,9 +167,11 @@ - 选择退款政策 + 取消 + 选择退款政策 确认 + @@ -382,7 +384,7 @@ content: '', refund_id: '', refund_idn: '', - price: 1, + price: 0, stock: '', sign_time: '', time: '', @@ -396,7 +398,6 @@ date1: dayjs().add(8, 'hour').valueOf(), //活动结束时间 birth: dayjs().add(4, 'hour').valueOf(), //报名开始日期 birth1: dayjs().add(8, 'hour').valueOf(), //报名结束日期 - }, apply_info: {}, popupStyle: { @@ -1757,16 +1758,16 @@ z-index: 100; .popup_tk { - font-size: 42rpx; + font-size: 36rpx; font-weight: 800; margin: 12rpx 0 24rpx 0; - height: 120rpx; text-align: center; } .popup-content { height: 900rpx; overflow-y: auto; + margin-top: 30rpx; } .popup-content-item { @@ -1807,9 +1808,6 @@ } .closetk { - position: absolute; - top: 46rpx; - left: 30rpx; color: #9C9C9C; font-size: 28rpx; font-weight: 400; @@ -1817,9 +1815,6 @@ } .confirmtk { - position: absolute; - top: 46rpx; - right: 30rpx; color: #3D3D3D; font-size: 28rpx; font-weight: 400;