人生啊人生 1 сар өмнө
parent
commit
41012ecc50

+ 6 - 0
src/components/WindowQingXiCheAndQv/WindowTime.vue

@@ -60,7 +60,13 @@ let countdownEventVal = ref("00:00:00")
  */
 const countdownEvent = () => {
     
+    if (WindowTimeStore().obj.viewOpen == false) {
+        return
+    }
+
     let time = 60 * 60 * 1;
+
+    countdownEventVal.value = formatSeconds(time);
     
     ComVal.find().fpsEventDel(code);
     ComVal.find().fpsEventAdd(code, null, (1000), function(fpsEventAddRet) {