mounted: function() {
this.setTimer()
},
setTimer() {
clearInterval(this.timer)
this.timer = setInterval(() => {
// alert("时间到了,下一次时间是"+this.time.refreshMin+"分钟后")
this.doReflush()
}, 1000)// 单位毫秒
},
vue 重复刷新
最新推荐文章于 2025-01-15 16:31:38 发布