删除获取同步状态的提示信息

This commit is contained in:
zhangwei
2018-11-30 18:28:03 +08:00
parent 80b79208e4
commit 60164d7c71

View File

@@ -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');