微信小程序定时刷新页面,有没有什么例子https://developers.weixin.qq.com/miniprogram/dev/api/base/timer/setInterval.html
this.timer = setInterval(this.func, 1000); clearInterval(this.timer);
你想做什么操作。。需要定时刷新。。