驾驶舱
This commit is contained in:
@@ -29,6 +29,8 @@ export const switchShowTime = (type) => {
|
||||
}
|
||||
if (lastMonth === 12) {
|
||||
startYear = currentYear - 1
|
||||
}else{
|
||||
startYear = currentYear
|
||||
}
|
||||
startTime = startYear+'.'+lastMonth+'.'+day
|
||||
endTime = currentYear+'.'+(nowTime.getMonth()+1)+'.28'
|
||||
|
||||
Reference in New Issue
Block a user