2017年5月20日

微信小程序 js 计时器

摘要: function timing(that) { var seconds = that.data.seconds if (seconds > 21599) { that.setData({ time: '6小时,不想继续了gg' }); return; } setTimeout(function () 阅读全文

posted @ 2017-05-20 19:13 gy0318 阅读(9990) 评论(0) 推荐(0)

导航