注释掉婚姻状况确认提示的警告框
This commit is contained in:
@@ -104,7 +104,7 @@ const U2: React.FC = () => {
|
||||
(selectedMarital === null ||
|
||||
(selectedMarital !== 10 && selectedMarital !== 20))
|
||||
) {
|
||||
alert("请确认婚姻状况");
|
||||
// alert("请确认婚姻状况");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user