소스 검색

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

李志伟 3 년 전
부모
커밋
bb55191d89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/mine/addCustomer/index.jsx

+ 1
- 1
src/pages/mine/addCustomer/index.jsx 파일 보기

@@ -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)