弹框可拖拽

cs_optimize_txz
Tim 9 years ago
parent be5e74897a
commit e8d4bc0772

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

Loading…
Cancel
Save