微调
This commit is contained in:
@@ -479,6 +479,7 @@ const startTimeCount = () => {
|
|||||||
hour.value = 0
|
hour.value = 0
|
||||||
minute.value = 0
|
minute.value = 0
|
||||||
second.value = 0
|
second.value = 0
|
||||||
|
timeCount.value = 0
|
||||||
if (!timer) {
|
if (!timer) {
|
||||||
timer = setInterval(() => {
|
timer = setInterval(() => {
|
||||||
timeCount.value = timeCount.value + 1
|
timeCount.value = timeCount.value + 1
|
||||||
|
|||||||
Reference in New Issue
Block a user