mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
702749d6f1
commit
ebb6add646
@ -440,7 +440,7 @@
|
||||
},
|
||||
_getBatchPaymentCycles: function (fee) {
|
||||
let paymentCycles = [];
|
||||
for (let _index = 1; _index < 7; _index++) {
|
||||
for (let _index = 1; _index < 13; _index++) {
|
||||
paymentCycles.push(_index * parseFloat(fee.paymentCycle))
|
||||
}
|
||||
return paymentCycles;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user