componentWillUnmount() { // 如果存在this.timer,则使用clearTimeout清空。 // 如果你使用多个timer,那么用多个变量,或者用个数组来保存引用,然后逐个clear this.timer && clearTimeout(this.timer); }
Native实现ListView组件之上拉刷新实例(iOS和Andro(2)
内容版权声明:除非注明,否则皆为本站原创文章。
componentWillUnmount() { // 如果存在this.timer,则使用clearTimeout清空。 // 如果你使用多个timer,那么用多个变量,或者用个数组来保存引用,然后逐个clear this.timer && clearTimeout(this.timer); }
内容版权声明:除非注明,否则皆为本站原创文章。