Commit d5dc09ff authored by renjintao's avatar renjintao

out

parent 15d1bac3
......@@ -58,12 +58,12 @@ export default {
if (second == 0) {
outStr = minute + "分钟";
} else {
outStr = minute + "分钟" + second + "秒";
outStr = minute + "分钟" + second + "秒";
}
return outStr;
} else {
if (second) {
return second + "秒";
return 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