issues
search
specialgirlgotoheaven
/
time-Schedule
timeSchedule;绘制时间计划,周计划,假日计划
1
stars
0
forks
source link
时间尺子显示时间页面的最右侧的时间能否显示为23:59:59
#11
Closed
SeasonHe
closed
7 years ago
SeasonHe
commented
7 years ago
specialgirlgotoheaven
commented
7 years ago
对最后一个做单独处理 if(i == num_steps){ this.$ruler.append( '
' + '23:59:59' + '
' ); }else{ this.$ruler.append( '
' + this.graduation_title(date) + '
' ); }