/* @author:李霆 @update:2018/05/29 @descript:复制粘贴,拿起来就是干!! */ import React from 'react'; import { Radio, Icon, Button, Cascader, Input, Select, Spin, message, DatePicker, Modal, Upload, Form, Row, Col } from 'antd'; import $ from 'jquery/src/ajax'; import moment from 'moment'; import './unit.less'; import { areaSelect } from '@/NewDicProvinceList'; import { socialAttribute, industry,adviserType } from '@/dataDic.js'; import { splitUrl,getAuthState,getAdviserType } from '@/tools.js'; const FormItem = Form.Item; const monthFormat = 'YYYY/MM'; //图片组件 const PicturesWall = React.createClass({ getInitialState() { return { previewVisible: false, previewImage: '', fileList: [] }; }, handleCancel() { this.setState({ previewVisible: false }); }, handlePreview(file) { this.setState({ previewImage: file.url || file.thumbUrl, previewVisible: true }); }, handleChange(info) { let fileList = info.fileList; this.setState({ fileList }); this.props.fileList(fileList); }, componentWillReceiveProps(nextProps) { this.state.fileList = nextProps.pictureUrl; }, render() { const { previewVisible, previewImage, fileList } = this.state; const uploadButton = (
建议:图片要清晰。
:''} :(this.state.expertAudit=='2'||this.state.expertAudit=='1')&&this.state.expert=='1'?是否申请专家认证?注意:认证成功后,您的信息将在本平台展示。
} {this.state.authenticationState=='1'&&是否申请顾问认证?注意:认证成功后,您的信息将在本平台展示。
} {!this.state.authentication?是否申请个人认证?
:''}