dev_static
杨树明 5 years ago
parent 8185282029
commit 9c7c1522e7

@ -145,8 +145,8 @@ class NewWorkForm extends Component{
this.props.showNotification('最大人数不能为空');
this.props.scrollToAnchor("numberofgroups");
return;
} else if (max_num <= min_num) {
this.props.showNotification('最大人数不能小于等于最小人数');
} else if (max_num < min_num) {
this.props.showNotification('最大人数不能小于最小人数');
this.props.scrollToAnchor("numberofgroups");
return;
}

Loading…
Cancel
Save