define("/Assets/enp/2022/js/module/e-module-202212091558.js",function (s, pub) { if($(".z_tanchu").hasClass('active')){ $(".z_tanchu .text").text($(".z_tanchu").attr('data-zhankai')) }else{ $(".z_tanchu .text").text($(".z_tanchu").attr('data-shouqi')) } $(".z_tanchu").click(function(){ $(this).toggleClass('active') $(this).prev().slideToggle() if($(".z_tanchu").hasClass('active')){ $(".z_tanchu .text").text($(".z_tanchu").attr('data-zhankai')) }else{ $(".z_tanchu .text").text($(".z_tanchu").attr('data-shouqi')) } }) $(".z_open").click(function(){ $(".z_datu").show() }) $(".z_close").click(function(){ $(".z_datu").hide() }) });