码迷,mamicode.com
首页 > 其他好文 > 详细

6.生命周期

时间:2018-01-17 00:06:50      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:ops   state   post   update   stat   component   ==   this   blog   

1. 被更新时触发

  componentDidUpdate(prevProps, prevState){

    const typrval = this.props.typrval;

    if (typrval === prevProps.typrval) {

      return
    }
    

    (需要执行的函数)
  }


6.生命周期

标签:ops   state   post   update   stat   component   ==   this   blog   

原文地址:https://www.cnblogs.com/wangrui38/p/8298162.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!