From 26ed6e07228c3256492052a9904b57634107bda9 Mon Sep 17 00:00:00 2001 From: hi2hi Date: Wed, 18 Dec 2024 02:18:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E8=AE=BE=E7=BD=AEmonths?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E5=80=BC=E4=B8=BA1=EF=BC=8C?= =?UTF-8?q?=E5=8D=B3=E9=BB=98=E8=AE=A4=E6=9C=88=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/composable/server-bill-and-plan.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/composable/server-bill-and-plan.js b/src/views/composable/server-bill-and-plan.js index 4334420..8cc4ecf 100644 --- a/src/views/composable/server-bill-and-plan.js +++ b/src/views/composable/server-bill-and-plan.js @@ -25,7 +25,8 @@ export default (params) => { billingDataMod, planDataMod, } = props.info.PublicNote; - let months; + // 默认1个月 + let months = 1; // 套餐资费 let cycleLabel; if (validate.isSet(billingDataMod?.cycle)) {