|
|
|
@ -720,13 +720,13 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
<Spin size="large" spinning={this.state.springtype} >
|
|
|
|
|
<p className="clearfix" id={"publishtimestart"}>
|
|
|
|
|
|
|
|
|
|
<div className={"stud-class-set pd30a0 coursenavbox edu-back-white pb20"}>
|
|
|
|
|
<div className={"stud-class-set pd30a0 edu-back-white pb20"}>
|
|
|
|
|
<div className={"ant-row contentbox mdInForm mb20"}>
|
|
|
|
|
<div className="ant-form-item-label mb10">
|
|
|
|
|
<div className="ant-form-item-label mb20">
|
|
|
|
|
<label htmlFor="coursesNew_description" className="ant-form-item-requireds font-16">请选择需求类型</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p className="clearfix mb10 shaiContent" >
|
|
|
|
|
<p className="clearfix mb20 shaiContent" >
|
|
|
|
|
<div className="fl pr shaiAllItem pagetype">
|
|
|
|
|
{this.state.categories.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
@ -735,9 +735,10 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
})}
|
|
|
|
|
</div>
|
|
|
|
|
</p>
|
|
|
|
|
{this.state.categorytypes===true?<div className={"color-red"}>请选择类型</div>:""}
|
|
|
|
|
|
|
|
|
|
<div className="ant-form-item-label mb10">
|
|
|
|
|
{this.state.categorytypes===true?<div className={"color-red mb10"}>请选择类型</div>:""}
|
|
|
|
|
|
|
|
|
|
<div className="ant-form-item-label mb15">
|
|
|
|
|
<label htmlFor="coursesNew_description" className="ant-form-item-requireds font-16" >需求标题和详情</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|