|
@@ -765,7 +765,7 @@ const Expert = React.createClass({
|
|
|
<img alt="" style={{ width: '100%' }} src={this.state.previewImage || ''} />
|
|
|
</Modal>
|
|
|
</FormItem>
|
|
|
- <FormItem labelCol={{ span: 3 }} wrapperCol={{ span: 10 }} label="律师职业资格证">
|
|
|
+ {/*<FormItem labelCol={{ span: 3 }} wrapperCol={{ span: 10 }} label="律师职业资格证">
|
|
|
<Upload className="demandDetailShow-upload"
|
|
|
listType="picture-card"
|
|
|
fileList={this.state.layUrl}
|
|
@@ -781,7 +781,7 @@ const Expert = React.createClass({
|
|
|
onCancel={() => { this.setState({ previewVisible: false }) }}>
|
|
|
<img alt="" style={{ width: '100%' }} src={this.state.previewImage || ''} />
|
|
|
</Modal>
|
|
|
- </FormItem>
|
|
|
+ </FormItem>*/}
|
|
|
</div>
|
|
|
<div>
|
|
|
<FormItem className="picWidth" labelCol={{ span: 9 }} wrapperCol={{ span: 10 }} label="身份证正面">
|