【银保app】修改首页个人保费排行榜显示的时间少一天问题

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-24 04:46:03 +08:00
parent 61ea0a9588
commit 510f11bac8

View File

@@ -332,7 +332,7 @@ export default {
mounted(){ mounted(){
this.currentTime = this.getNowDate() this.currentTime = this.getNowDate()
let monthNum = new Date().getMonth()+1 let monthNum = new Date().getMonth()+1
let daysNum = new Date().getUTCDate() let daysNum = new Date().getDate()
this.calendarValue = monthNum +'月'+daysNum+'日' this.calendarValue = monthNum +'月'+daysNum+'日'
this.getHomeConfigYB() this.getHomeConfigYB()
this.getPremRankList() this.getPremRankList()