timeout.close is not a function
clearInterval(this.timer); //this.timer 打印也有值 但就是报错
结果加个 window 就好了
window.clearInterval(this.timer);
timeout.close is not a function
clearInterval(this.timer); //this.timer 打印也有值 但就是报错
结果加个 window 就好了
window.clearInterval(this.timer);