代码调试

This commit is contained in:
BianLzhaoMin 2025-02-19 16:51:29 +08:00
parent 412b502027
commit 095d0e78cc
1 changed files with 4 additions and 4 deletions

View File

@ -74,10 +74,10 @@
} else {
$("#btnGroup").hide();
}
if (getUrlParam("type") == '1') {
$("#btnGroup").hide();
$("#txtTip").hide();
}
// if (getUrlParam("type") == '1') {
// $("#btnGroup").hide();
// $("#txtTip").hide();
// }
}
})
}