Showing
1 changed file
with
1 additions
and
1 deletions
@@ -272,7 +272,7 @@ | @@ -272,7 +272,7 @@ | ||
272 | } | 272 | } |
273 | } | 273 | } |
274 | else { | 274 | else { |
275 | - if (statusObj.costTime >= 100) { //时间比较长 | 275 | + if (statusObj.costTime >= 200) { //时间比较长 |
276 | if (!$("#" + id).hasClass('btn-warning')) { | 276 | if (!$("#" + id).hasClass('btn-warning')) { |
277 | $("#" + id).removeClass('btn-danger'); | 277 | $("#" + id).removeClass('btn-danger'); |
278 | $("#" + id).removeClass('btn-success'); | 278 | $("#" + id).removeClass('btn-success'); |
-
Please register or login to post a comment