弹框可拖拽

This commit is contained in:
Tim 2016-08-05 16:13:37 +08:00
parent be5e74897a
commit e8d4bc0772
1 changed files with 1 additions and 3 deletions

View File

@ -1552,9 +1552,7 @@ function pop_box_new(value, Width, Height){
document.onmousemove = null;
}
window.onload = function () {
new Drag("popupWrap");
}
new Drag("popupWrap");
}
// 公共提示弹框样式