林旭祥 hai 1 mes
pai
achega
8919ff1f7c
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      src/components/MultipleItemAllRanking/index.vue

+ 5 - 5
src/components/MultipleItemAllRanking/index.vue

@@ -188,11 +188,11 @@ watch(
   () => windowState.value,
   (newData) => {
     if (newData == true) {
-      setTimeout(() => {
-        if (windowState.value == true) {
-          close();
-        }
-      }, 6000)
+      // setTimeout(() => {
+      //   if (windowState.value == true) {
+      //     close();
+      //   }
+      // }, 6000)
     }
   },
   { immediate: true }