mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化日期显示错误问题
This commit is contained in:
parent
2cb5453042
commit
3ce177c351
@ -215,7 +215,7 @@
|
||||
_that.fees.forEach(function(item) {
|
||||
let dateStr = item.endTime;
|
||||
let _date = new Date(dateStr);
|
||||
item.newEndTime = (_date.getMonth() + 1) + '-' + _date.getDate();
|
||||
item.newEndTime = (_date.getMonth() + 1) + '/' + _date.getDate();
|
||||
});
|
||||
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user