diff --git a/apps/common/main/lib/component/SynchronizeTip.js b/apps/common/main/lib/component/SynchronizeTip.js index a6ce9448a4..296c317c66 100644 --- a/apps/common/main/lib/component/SynchronizeTip.js +++ b/apps/common/main/lib/component/SynchronizeTip.js @@ -139,6 +139,7 @@ define([ var target = this.target && this.target.length>0 ? this.target : $(document.body); if (!target.is(':visible') && !repeatOnce) { + var me = this; setTimeout(function(){ me.applyPlacement(true); }, 100); return; }