变更:求婚及离婚弹窗在有效期内重新刷新必现,并移除全局提示框的点击背景蒙层关闭功能强制操作

This commit is contained in:
2026-03-01 18:08:50 +08:00
parent 5bcbf74dfc
commit d7c6e0e7a8
3 changed files with 61 additions and 8 deletions
@@ -180,11 +180,4 @@
},
};
})();
// 点击遮罩层关闭(等同点取消)
document.getElementById('global-dialog-modal').addEventListener('click', function(e) {
if (e.target === this) {
window.chatDialog._cancel();
}
});
</script>