Explorar el Código

修改排行榜弹窗

linxuxiang hace 1 semana
padre
commit
74a250631d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/layout/index.vue

+ 3 - 1
src/layout/index.vue

@@ -22,7 +22,9 @@ const { timer } = toRefs(data);
 const handClick = () => {
   //getClearTimer();
   //getCountDown();
-  openRanking();
+  if (!rankingWindowRef.value.rankingState) {
+    openRanking();
+  }
 };
 
 const getCountDown = () => {