作者 lianghiu

BUG 修改

@@ -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 }