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

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-24 04:46:03 +08:00
parent 6a85125bfc
commit b0fc6d8ea2

View File

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