Browse Source

修改排行榜弹窗

linxuxiang 1 tuần trước cách đây
mục cha
commit
74a250631d
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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 = () => {