张延森 5 년 전
부모
커밋
852e83078a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/person/profile/index.js

+ 1
- 1
src/pages/person/profile/index.js 파일 보기

24
 
24
 
25
   }
25
   }
26
 
26
 
27
-  componentDidShow() {
27
+  componentWillMount() {
28
     this.getProfile()
28
     this.getProfile()
29
   }
29
   }
30
 
30