目录dede/templets/的index_body.htm文件中的第25行至第35行部分屏蔽
代码如下 | |
function showMore() { $("#allInfo").toggle(); $("#allInfoTD").toggle(); } /*$(function() { $.get("index_testenv.php",function(data) { if(data !== '') { $("#__testEvn").html(data); } }) })*/ </script> |
把这代码去了之后就不会有这个问题了。