微调
This commit is contained in:
@@ -426,6 +426,9 @@ const stopLoading = async () => {
|
||||
|
||||
|
||||
const startTimeCount = () => {
|
||||
hour.value = 0
|
||||
minute.value = 0
|
||||
second.value = 0
|
||||
if (!timer) {
|
||||
timer = setInterval(() => {
|
||||
timeCount.value = timeCount.value + 1
|
||||
@@ -445,9 +448,6 @@ const stopTimeCount = () => {
|
||||
if (timer) {
|
||||
clearInterval(timer)
|
||||
}
|
||||
hour.value = 0
|
||||
minute.value = 0
|
||||
second.value = 0
|
||||
}
|
||||
|
||||
// 获取左边树数据
|
||||
|
||||
Reference in New Issue
Block a user