mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
加入等于
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
92f158e3f5
commit
04482d7c2d
@ -271,7 +271,7 @@
|
|||||||
if(this.paymentCycle < 12 && this.paymentCycle > 6){
|
if(this.paymentCycle < 12 && this.paymentCycle > 6){
|
||||||
_maxCycle = 12
|
_maxCycle = 12
|
||||||
}
|
}
|
||||||
for (let _index = 1; _index < _maxCycle; _index++) {
|
for (let _index = 1; _index <= _maxCycle; _index++) {
|
||||||
this.feeMonthList.push(_index * this.paymentCycle + '个月')
|
this.feeMonthList.push(_index * this.paymentCycle + '个月')
|
||||||
}
|
}
|
||||||
this.feeMonthName = this.paymentCycle + '个月';
|
this.feeMonthName = this.paymentCycle + '个月';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user