注释掉婚姻状况确认提示的警告框

This commit is contained in:
yuchenglong
2025-12-09 16:22:21 +08:00
parent 78f2a106a0
commit cf1e31ecdd

View File

@@ -104,7 +104,7 @@ const U2: React.FC = () => {
(selectedMarital === null ||
(selectedMarital !== 10 && selectedMarital !== 20))
) {
alert("请确认婚姻状况");
// alert("请确认婚姻状况");
return;
}