|
@@ -126,8 +126,8 @@
|
|
|
doGetTime = setInterval(function () { TableLoad(); }, 15000);
|
|
doGetTime = setInterval(function () { TableLoad(); }, 15000);
|
|
|
//刷新时间
|
|
//刷新时间
|
|
|
loadServerTime();
|
|
loadServerTime();
|
|
|
- doGetTime = setInterval(function () { FastTable(); }, 15000);
|
|
|
|
|
- doGetTime = setInterval(function () { loadServerTime(); }, 5000);
|
|
|
|
|
|
|
+ doGetTime = setInterval(function () { FastTable(); }, 20000);
|
|
|
|
|
+ doGetTime = setInterval(function () { loadServerTime(); }, 10000);
|
|
|
});
|
|
});
|
|
|
function loadServerTime() {
|
|
function loadServerTime() {
|
|
|
$.get('SecondaryCheckTwo.ashx?m=fwq', function (data) {
|
|
$.get('SecondaryCheckTwo.ashx?m=fwq', function (data) {
|
|
@@ -145,10 +145,12 @@
|
|
|
}
|
|
}
|
|
|
function TableLoad() {
|
|
function TableLoad() {
|
|
|
if (firstTableRowCount <= 10) {
|
|
if (firstTableRowCount <= 10) {
|
|
|
- doGetTime = setInterval(function () { firstDayTable(); }, 15000);
|
|
|
|
|
|
|
+ //doGetTime = setInterval(function () { firstDayTable(); }, 15000);
|
|
|
|
|
+ firstDayTable();
|
|
|
}
|
|
}
|
|
|
if (SecondTableRowCount <= 10) {
|
|
if (SecondTableRowCount <= 10) {
|
|
|
- doGetTime = setInterval(function () { SecondDayTable(); }, 15000);
|
|
|
|
|
|
|
+ //doGetTime = setInterval(function () { SecondDayTable(); }, 15000);
|
|
|
|
|
+ SecondDayTable();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
function CrackSum() {
|
|
function CrackSum() {
|