正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
@@ -225,8 +225,6 @@ | @@ -225,8 +225,6 @@ | ||
225 | for (var j = 0; j < time_list.length; j++) { | 225 | for (var j = 0; j < time_list.length; j++) { |
226 | if (parseInt(time_list[j][0]) < hour) { | 226 | if (parseInt(time_list[j][0]) < hour) { |
227 | list[j] = "no"; | 227 | list[j] = "no"; |
228 | - } else { | ||
229 | - list[j] = "yes"; | ||
230 | } | 228 | } |
231 | list[j].setAttribute('data-index', j); | 229 | list[j].setAttribute('data-index', j); |
232 | } | 230 | } |
-
请 注册 或 登录 后发表评论