Procházet zdrojové kódy

桌面修复

yanshi
liangkun před 3 roky
rodič
revize
b298eb6673
1 změnil soubory, kde provedl 11 přidání a 10 odebrání
  1. +11
    -10
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.js

+ 11
- 10
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktop/Index.js Zobrazit soubor

@@ -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() {


Načítá se…
Zrušit
Uložit