删除获取同步状态的提示信息
This commit is contained in:
@@ -1563,7 +1563,6 @@ function getConfigSyncStatus(){
|
||||
var tipId = top.$.jBox.tip("The system is being maintained and temporarily inaccessible.",'loading',{opacity:0.5,persistent:true});
|
||||
var t1 = setInterval(function() {
|
||||
currentStatus = getSyncStatus();
|
||||
alert(currentStatus);
|
||||
if(currentStatus==3 || currentStatus==-1 || currentStatus==-2){//3表示同步完成,-1表示服务端同步失败,-2表示界面端同步失败
|
||||
window.clearInterval(t1);
|
||||
top.$.jBox.closeTip('syncStatusTip');
|
||||
|
||||
Reference in New Issue
Block a user