mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-19 18:49:36 +08:00
🐛 设置months的默认值为1,即默认月付
This commit is contained in:
parent
f8cef00bfd
commit
26ed6e0722
@ -25,7 +25,8 @@ export default (params) => {
|
|||||||
billingDataMod,
|
billingDataMod,
|
||||||
planDataMod,
|
planDataMod,
|
||||||
} = props.info.PublicNote;
|
} = props.info.PublicNote;
|
||||||
let months;
|
// 默认1个月
|
||||||
|
let months = 1;
|
||||||
// 套餐资费
|
// 套餐资费
|
||||||
let cycleLabel;
|
let cycleLabel;
|
||||||
if (validate.isSet(billingDataMod?.cycle)) {
|
if (validate.isSet(billingDataMod?.cycle)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user