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