摘要: 效果地址:https://codepen.io/jmwei/pen/XYBpaw说明:使用vue实现按钮点击倒计时效果 代码实现: 样式优化 js操作 阅读全文
posted @ 2019-05-29 10:22 jmwei 阅读(2566) 评论(0) 推荐(0) 编辑
摘要: 例:90秒 可转换为 00:01:30 function formatSeconds(value) { let result = parseInt(value) let h = Math.floor(result / 3600) < 10 ? '0' + Math.floor(result / 36 阅读全文
posted @ 2019-05-29 10:01 jmwei 阅读(830) 评论(0) 推荐(0) 编辑