摘要: 第一种,简单时长倒计时 data() { return { timer: null, m: 0, s: 0, time: null, } }, created() { this.resetTime(125); //倒计时125S,根据自己的时长确定 }, methods: { //单纯分钟和秒倒计时 阅读全文
posted @ 2021-03-11 14:48 维维WW 阅读(6711) 评论(0) 推荐(1)