|
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
function e(i) { |
|
|
|
|
|
|
|
top.learun.httpSync('get', top.$.rootUrl + '/LR_Desktop/DTTitle/GetID', '{}', function(res) { |
|
|
|
top.learun.httpSync('get', top.$.rootUrl + '/LR_Desktop/DTTitle/GetID', '{}', function (res) { |
|
|
|
var background = res.Background; |
|
|
|
var color = res.Color; |
|
|
|
if(background){ |
|
|
@@ -263,16 +263,17 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
$(".lr-desktop-panel").lrscroll(); |
|
|
|
top.learun.clientdata.getAsync("desktop", { |
|
|
|
callback: function(g) { |
|
|
|
e(g.target || []); |
|
|
|
c(g.list || []); |
|
|
|
a(g.chart || []) |
|
|
|
} |
|
|
|
}) |
|
|
|
top.learun.clientdata.getAsync("desktop", |
|
|
|
{ |
|
|
|
callback: function (g) { |
|
|
|
e(g.data.target || []); |
|
|
|
c(g.data.list || []); |
|
|
|
a(g.data.chart || []); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
funopen(); |
|
|
|
window.setInterval(funopen, 60000); |
|
|
|
//funopen(); |
|
|
|
//window.setInterval(funopen, 60000); |
|
|
|
//window.clearInterval(t1); |
|
|
|
//消息提醒 |
|
|
|
function funopen() { |
|
|
|