张延森 5 år sedan
förälder
incheckning
852e83078a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/person/profile/index.js

+ 1
- 1
src/pages/person/profile/index.js Visa fil

@@ -24,7 +24,7 @@ export default class Profile extends Component {
24 24
 
25 25
   }
26 26
 
27
-  componentDidShow() {
27
+  componentWillMount() {
28 28
     this.getProfile()
29 29
   }
30 30