mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Add set temeout for double history games
This commit is contained in:
@@ -264,7 +264,9 @@ export default {
|
|||||||
endGame.value == true
|
endGame.value == true
|
||||||
) {
|
) {
|
||||||
stopAutoPlay();
|
stopAutoPlay();
|
||||||
loadGameHistory();
|
setTimeout(() => {
|
||||||
|
loadGameHistory();
|
||||||
|
}, 2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@@ -383,9 +385,7 @@ export default {
|
|||||||
.double--history-carousel .carousel__slide--prev,
|
.double--history-carousel .carousel__slide--prev,
|
||||||
.double--history-carousel .carousel__slide--next,
|
.double--history-carousel .carousel__slide--next,
|
||||||
.double--history-carousel .carousel__slide--active {
|
.double--history-carousel .carousel__slide--active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: rotateY(0) scale(1);
|
transform: rotateY(0) scale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user