Browse Source

Merge branch 'main' of http://git.ycjcjy.com/marketing/miniapp

李志伟 3 years ago
parent
commit
bb55191d89
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/mine/addCustomer/index.jsx

+ 1
- 1
src/pages/mine/addCustomer/index.jsx View File

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)