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();