加入等于

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-12-05 08:08:33 +00:00 committed by Gitee
parent 92f158e3f5
commit 04482d7c2d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -271,7 +271,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 + '个月';