|
@@ -323,10 +323,10 @@ const Expert = React.createClass({
|
|
|
message.warning(this.state.authenticationState == '1' ? '请上传顾问照片!' : '请上传专家照片');
|
|
|
return;
|
|
|
}
|
|
|
- if(!(this.state.lawUrl.length)){
|
|
|
- message.warning('请上传您的律师职业资格证!');
|
|
|
- return;
|
|
|
- }
|
|
|
+// if(!(this.state.lawUrl.length)){
|
|
|
+// message.warning('请上传您的律师职业资格证!');
|
|
|
+// return;
|
|
|
+// }
|
|
|
if(!(this.state.oppositeIdUrl.length)||!(this.state.positiveIdUrl.length)){
|
|
|
message.warning('请上传您的身份证正反照片!');
|
|
|
return;
|
|
@@ -766,6 +766,7 @@ const Expert = React.createClass({
|
|
|
>
|
|
|
<img alt="" style={{ width: '100%' }} src={this.state.previewImage || ''} />
|
|
|
</Modal>
|
|
|
+<<<<<<< HEAD
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<FormItem
|
|
@@ -777,6 +778,11 @@ const Expert = React.createClass({
|
|
|
<div className="clearfix">
|
|
|
<Upload
|
|
|
className="demandDetailShow-upload"
|
|
|
+=======
|
|
|
+ </FormItem>
|
|
|
+ {/*<FormItem labelCol={{ span: 3 }} wrapperCol={{ span: 10 }} label="律师职业资格证">
|
|
|
+ <Upload className="demandDetailShow-upload"
|
|
|
+>>>>>>> 27804543ec9e998d961332721678873174a185dd
|
|
|
listType="picture-card"
|
|
|
fileList={this.state.positiveIdUrl}
|
|
|
onPreview={(file) => {
|
|
@@ -796,6 +802,7 @@ const Expert = React.createClass({
|
|
|
>
|
|
|
<img alt="" style={{ width: '100%' }} src={this.state.previewImage || ''} />
|
|
|
</Modal>
|
|
|
+<<<<<<< HEAD
|
|
|
</div>
|
|
|
</FormItem>
|
|
|
<FormItem
|
|
@@ -804,6 +811,12 @@ const Expert = React.createClass({
|
|
|
wrapperCol={{ span: 10 }}
|
|
|
label="身份证反面"
|
|
|
>
|
|
|
+=======
|
|
|
+ </FormItem>*/}
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <FormItem className="picWidth" labelCol={{ span: 9 }} wrapperCol={{ span: 10 }} label="身份证正面">
|
|
|
+>>>>>>> 27804543ec9e998d961332721678873174a185dd
|
|
|
<div className="clearfix">
|
|
|
<Upload
|
|
|
className="demandDetailShow-upload"
|