teams.min.js 874 B

1234567891011121314151617181920212223242526272829303132333435
  1. if ($(".qd_list").length > 0) {
  2. $(".accordion").click(function() {
  3. $(this).next().slideToggle("slow");
  4. var a = $(this).find(".qd_zknum").hasClass("qd_zklist");
  5. if (a) {
  6. $(this).find(".qd_zknum").removeClass("qd_zklist");
  7. $(this).find(".qd_zknum i").html("")
  8. } else {
  9. $(this).find(".qd_zknum").addClass("qd_zklist");
  10. $(this).find(".qd_zknum i").html("")
  11. }
  12. })
  13. };
  14. if ($(".bodyboxtow").length > 0) {
  15. $(".qd_nav li").click(function() {
  16. $(this).addClass("qdnvahover").siblings().removeClass("qdnvahover");
  17. $(".key_zx_dsp").children().eq($(this).index()).show().siblings().hide()
  18. })
  19. };
  20. if ($(".zhibolist").length) {
  21. chariqi();
  22. zhuangtai_sy();
  23. $(document).ready(function() {
  24. setInterval(zhuangtai_sy, 60000)
  25. })
  26. };