优化弹框

master
chenzhi 5 years ago
parent 0cc8c1a457
commit d2a10954d7

@ -603,11 +603,13 @@
//信息提示
Tip._hideShow();
$("#tipmsg").html(str);
window.scrollTo(0, document.documentElement.clientHeight);
$("#msgdialog").show();
Tip.showDom = $("#msgdialog");
},
loadShow:function(){
Tip._hideShow();
window.scrollTo(0, document.documentElement.clientHeight);
$("#Dialog").show();
Tip.showDom = $("#Dialog");
},

Loading…
Cancel
Save