Skip to content

Commit

Permalink
恢复到上一版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lhtzbj12 committed Jan 10, 2019
1 parent 8b85894 commit 189ff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/sdtheme/scripts/sdtheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ var sdtheme = function () {
//获取开始时间
var startTime = parseInt(dateFirstApi.getDate('TIME'), 10);
//获取开始时间的日期
var startTimeDate = dateFirstApi.getDate(format);
var startTimeDate = dateFirstApi.getDate('YYYY/MM/DD');
var endTime = parseInt(dateEndApi.getDate('TIME'), 10);
if (endTime < startTime) {
dateEndApi.clearDate();
Expand Down

0 comments on commit 189ff4a

Please sign in to comment.