let number = 500; //总数 for (var i = 0; i < number; i++) { this.timer = setInterval(() => { if (number < 1) { clearInterval(this.timer); this.timer = null; } else { number--; this.number++; } }, 1); } //this.number最后赋值
上面是“vuejs大屏BI数字滚动效果”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_1888.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!