优化代码

This commit is contained in:
wuxw 2024-12-05 16:30:48 +08:00
parent e40e3fb4d7
commit 24645d3e6e

View File

@ -265,7 +265,7 @@
if(this.paymentCycle < 12 && this.paymentCycle > 6){
_maxCycle = 12
}
for (let _index = 1; _index < _maxCycle; _index++) {
for (let _index = 1; _index <= _maxCycle; _index++) {
this.feeMonthList.push(_index * this.paymentCycle + '个月')
}
this.feeMonthName = this.paymentCycle + '个月';