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