This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
zhiyuxing
/
miniapp-v3
보기
4
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
16
위키
Activity
소스 검색
fix
#5392
张延森
5 년 전
부모
819f663763
커밋
852e83078a
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
- component
DidShow
() {
27
+ component
WillMount
() {
28
this.getProfile()
28
this.getProfile()
29
}
29
}
30
30