mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-15 16:50:42 +08:00
🐛 设置months的默认值为1,即默认月付
This commit is contained in:
parent
f8cef00bfd
commit
26ed6e0722
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user