|
|
|
@ -43,7 +43,6 @@
|
|
|
|
|
}, 1000);
|
|
|
|
|
//跳转到通知
|
|
|
|
|
function noticeManage1(noticeId){
|
|
|
|
|
debugger
|
|
|
|
|
var url = powerUrlHead+"/gatewayPage?noticeId="+noticeId;
|
|
|
|
|
window.location.href = url;
|
|
|
|
|
}
|
|
|
|
@ -77,7 +76,6 @@
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
function narn (type,title,text,noticeId) {
|
|
|
|
|
debugger
|
|
|
|
|
naranja()[type]({
|
|
|
|
|
title: title,
|
|
|
|
|
text: text,
|
|
|
|
@ -92,7 +90,6 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function narnBorrow(type, title, text, noticeId) {
|
|
|
|
|
debugger
|
|
|
|
|
naranja()[type]({
|
|
|
|
|
title: title,
|
|
|
|
|
text: text,
|
|
|
|
|