优化代码

This commit is contained in:
java110 2020-09-28 00:09:21 +08:00
parent 1c9b8290f9
commit 8ef9830b6e
2 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,7 @@
return;
}
this.paymentCycle = _fee.paymentCycle;
this.feeMonth = _fee.paymentCycle;
for (let _index = 1; _index < 7; _index++) {
this.feeMonthList.push(_index * this.paymentCycle + '个月')
}

View File

@ -207,6 +207,7 @@
this.feeMonthList.push(_index * this.paymentCycle + '个月')
}
this.feeMonthName = this.paymentCycle + '个月';
this.feeMonth = this.paymentCycle;
},
methods: {
dateChange: function(e) {