diff --git a/src/views/Ranking/GamesKing/index.vue b/src/views/Ranking/GamesKing/index.vue index a7728b8..c77e3b8 100644 --- a/src/views/Ranking/GamesKing/index.vue +++ b/src/views/Ranking/GamesKing/index.vue @@ -1049,7 +1049,7 @@ const maskLayerShow = computed(() => { return helpShow.value || dailyPopUpShow.value }) const pageBackHidden = computed(() => { - return maskLayerShow.value + return maskLayerShow.value || !checkStatus.value }) const handlePageBack = () => {