Commit b2781ac7 authored by jyx's avatar jyx

代码优化

parent d03743cf
......@@ -44,7 +44,7 @@
startCountdown() {
let that = this;
var countDownSeconds = 10
var countDownSeconds = 3
const timer = setInterval(() => {
if (countDownSeconds > 0) {
that.countDown = countDownSeconds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment