|
|
|
|
12
|
import getSubmitor from './getSubmitor'
|
12
|
import getSubmitor from './getSubmitor'
|
13
|
import './index.scss'
|
13
|
import './index.scss'
|
14
|
|
14
|
|
|
|
15
|
+
|
15
|
const defaultSpecialImage = 'https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/index-icon19.jpg'
|
16
|
const defaultSpecialImage = 'https://yz-websit.oss-cn-hangzhou.aliyuncs.com/xlk/index-icon19.jpg'
|
16
|
|
17
|
|
17
|
const sexDicts = [
|
18
|
const sexDicts = [
|
|
|
|
|
22
|
export default withLayout((props) => {
|
23
|
export default withLayout((props) => {
|
23
|
const { router, person } = props
|
24
|
const { router, person } = props
|
24
|
const { personId, personType } = person
|
25
|
const { personId, personType } = person
|
25
|
- console.log("🚀 ~ file: index.jsx ~ line 25 ~ withLayout ~ person", person)
|
|
|
26
|
const { buildingId: originBuiding } = router.params
|
26
|
const { buildingId: originBuiding } = router.params
|
27
|
|
27
|
|
28
|
const [loading, setLoading] = useState(false)
|
28
|
const [loading, setLoading] = useState(false)
|