摘要: app.js /** * 计算剩余时间 */ shengTime:function(options){ var t=setInterval(function(){ if(minutes<=0 || seconds<=0){ clearInterval(t) return; } var endtime 阅读全文
posted @ 2020-05-27 23:27 hm159 阅读(1569) 评论(0) 推荐(0)