摘要:
onLoad: function(opt) { let that = this; let n = this.data.n; function nowTime() { n++; console.log(n) if (timer) {} if (n > 5 && timer) { clearInterval(timer); } } var timer = setInterval(nowTime, 20 阅读全文
posted @ 2019-10-24 13:58
ThisCall
阅读(109)
评论(0)
推荐(0)