Browse Source

修改排行榜弹窗

linxuxiang 1 week ago
parent
commit
74a250631d
1 changed files with 3 additions and 1 deletions
  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 = () => {