林旭祥 1 kuukausi sitten
vanhempi
commit
8919ff1f7c
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  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 }