react中componentWillUnmount周期内销毁定时器无效

clearInterval(timer);改成window.clearInterval(timer);  

你可能感兴趣的:(前端,javascript)