|
@@ -49,7 +49,7 @@ Feedback.Bind=function(JurisdictionName) {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
-Feedback.Permissions=function(JurisdictionName){//
|
|
|
|
|
|
|
+Feedback.Permissions=function(JurisdictionName){//超级管理员
|
|
|
if(JurisdictionName === "administrator"){
|
|
if(JurisdictionName === "administrator"){
|
|
|
Feedback.informationtSet.style.display = "inline-block";
|
|
Feedback.informationtSet.style.display = "inline-block";
|
|
|
Feedback.informationtSet.onclick=function(){
|
|
Feedback.informationtSet.onclick=function(){
|
|
@@ -174,8 +174,11 @@ Feedback.InfoPaging=function(id,time){
|
|
|
if(Feedback.totalPage==0){
|
|
if(Feedback.totalPage==0){
|
|
|
Feedback.displayItem();
|
|
Feedback.displayItem();
|
|
|
}
|
|
}
|
|
|
- if(Feedback.totalPage==2){
|
|
|
|
|
- ul.children[3].style.display="none";
|
|
|
|
|
|
|
+ if(Feedback.totalPage==1){
|
|
|
|
|
+ ul.children[2].setAttribute("class","lidis");
|
|
|
|
|
+ ul.children[3].setAttribute("class","lidis");
|
|
|
|
|
+ }else if(Feedback.totalPage==2){
|
|
|
|
|
+ ul.children[3].setAttribute("class","lidis");
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
var liLength=Feedback.totalPage;
|
|
var liLength=Feedback.totalPage;
|
|
@@ -496,7 +499,7 @@ Feedback.logout=function(){//退出
|
|
|
U.UF.CD.loadAjaxCrossDomain(function(){
|
|
U.UF.CD.loadAjaxCrossDomain(function(){
|
|
|
U.A.Request(US.AUTH, ["UserOffline", Feedback.UserId],function(r){
|
|
U.A.Request(US.AUTH, ["UserOffline", Feedback.UserId],function(r){
|
|
|
U.UF.Cookie.del("usestudiosso");
|
|
U.UF.Cookie.del("usestudiosso");
|
|
|
- window.location.href="http://feedback.1473.cn/";
|
|
|
|
|
|
|
+ window.location.href="http://feedback.1473.cn/?callback=http://feedback.1473.cn/management.html";
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|