添加新接口
This commit is contained in:
parent
acf93ecf4c
commit
23169d687a
|
@ -265,7 +265,7 @@
|
|||
var notifies = data.data;
|
||||
var cnt = notifies.length;
|
||||
|
||||
$('#notificationIcon').empty();
|
||||
$('#notificationIcon').find('span').remove();
|
||||
$('#notificationList').empty();
|
||||
|
||||
if(cnt != 0) {
|
||||
|
@ -288,6 +288,7 @@
|
|||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$.ajax(ajaxCfg);
|
||||
var refresh = setInterval(function(){
|
||||
$.ajax(ajaxCfg);
|
||||
}, 10000);
|
||||
|
|
Loading…
Reference in New Issue