变更:求婚及离婚弹窗在有效期内重新刷新必现,并移除全局提示框的点击背景蒙层关闭功能强制操作
This commit is contained in:
@@ -180,11 +180,4 @@
|
||||
},
|
||||
};
|
||||
})();
|
||||
|
||||
// 点击遮罩层关闭(等同点取消)
|
||||
document.getElementById('global-dialog-modal').addEventListener('click', function(e) {
|
||||
if (e.target === this) {
|
||||
window.chatDialog._cancel();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user