mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
【银保app】修改首页个人保费排行榜显示的时间少一天问题
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user