gx_tieta/WebRoot/js/popup.js
@@ -12,6 +12,8 @@ $('.popup-mask').animate({height: winHt+"px"}); this.centerPopup(); this.popup.css('visibility', 'visible'); $('body').css('overflow-y', 'hidden'); //console.info('显示执行成功!!!'); }; @@ -24,6 +26,7 @@ Popup.prototype.hidePopup = function() { this.popup.css('top', -9999+'px'); $('body').css('overflow-y', 'auto'); $('.popup-mask').animate({height:0},function() { $('.popup-mask').remove();