工会web

This commit is contained in:
cyw
2026-02-24 09:25:17 +08:00
parent 6444f9f72e
commit ab4066dd14
801 changed files with 74278 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
var status = 1;
function switchSysBar(){
if (1 == window.status){
window.status = 0;
$("#switchPoint").html("<img src='/m/img/left.gif'>");
$("#frmTitle")[0].style.display="none"
}else{
window.status = 1;
$("#switchPoint").html("<img src='/m/img/right.gif'>");
$("#frmTitle")[0].style.display="";
}
}
function jlook(){
var j;
j=$("#jlooks").val();
if(j==1){
$("#jlooks").val(0);
}else{
$("#jlooks").val(1);
}
}