弹框可拖拽

cs_optimize_txz
Tim 9 years ago
parent be5e74897a
commit e8d4bc0772

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

Loading…
Cancel
Save