Commit 58070a11 authored by renjintao's avatar renjintao

del

parents a7839531 49f9df26
...@@ -66,15 +66,6 @@ export default { ...@@ -66,15 +66,6 @@ export default {
return second + "秒"; return second + "秒";
} }
} }
// if (second < 10) {
// if (minute < 10) {
// return "0" + minute + ":" + second + "0";
// } else {
// return minute + ":" + second + "0";
// }
// } else {
// return minute + ":" + second;
// }
} }
} }
} }
......
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