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