userstatus.php 解决全站静态化后 顶部登陆状态不显示问题
在footer.html 中 加入如下脚本即可
//loadjQuery(function () {jQuery.ajax({ url:'/userstatus.php', type:'GET', cache:false, success:function(msg) {msg=msg.replace("returnUrl","returnUrl=" encodeURIComponent(location.href) "&xxreturnurl=");if(jQuery("span[class='fright f14']"))jQuery("span[class='fright f14']").parent().html(msg); }});});
暂无评论