张延森 5 年 前
コミット
852e83078a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/person/profile/index.js

+ 1
- 1
src/pages/person/profile/index.js ファイルの表示

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