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)) {