mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
1c9b8290f9
commit
8ef9830b6e
@ -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 + '个月')
|
||||
}
|
||||
|
||||
@ -207,6 +207,7 @@
|
||||
this.feeMonthList.push(_index * this.paymentCycle + '个月')
|
||||
}
|
||||
this.feeMonthName = this.paymentCycle + '个月';
|
||||
this.feeMonth = this.paymentCycle;
|
||||
},
|
||||
methods: {
|
||||
dateChange: function(e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user