|
@@ -300,7 +300,7 @@ const getClose = () => {
|
|
const openRanking = () => {
|
|
const openRanking = () => {
|
|
timer.value = setTimeout(() => {
|
|
timer.value = setTimeout(() => {
|
|
rankingWindowRef.value.open();
|
|
rankingWindowRef.value.open();
|
|
- }, 1000 * 60 * 0.5);
|
|
|
|
|
|
+ }, 1000 * 60 * 5);
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|