From 4c4b0fd41d8a568366b17422745a80c8a24e9000 Mon Sep 17 00:00:00 2001 From: wxx <642743457@qq.com> Date: Wed, 30 Oct 2024 15:06:18 +0800 Subject: [PATCH] getnotice --- src/stores/modules/game-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/modules/game-list.ts b/src/stores/modules/game-list.ts index f9ad158..39770bc 100644 --- a/src/stores/modules/game-list.ts +++ b/src/stores/modules/game-list.ts @@ -118,7 +118,7 @@ export const gameListStore = defineStore(actions.GAME_LIST, { // 请求 火爆中奖信息 if (noticeStore().notice.length === 0) { - await this.setNotice(); + // await this.setNotice(); } this.setPackageData();