弹框可拖拽
This commit is contained in:
parent
be5e74897a
commit
e8d4bc0772
|
@ -1552,9 +1552,7 @@ function pop_box_new(value, Width, Height){
|
|||
document.onmousemove = null;
|
||||
}
|
||||
|
||||
window.onload = function () {
|
||||
new Drag("popupWrap");
|
||||
}
|
||||
new Drag("popupWrap");
|
||||
}
|
||||
|
||||
// 公共提示弹框样式
|
||||
|
|
Loading…
Reference in New Issue