getnotice

This commit is contained in:
wxx 2024-10-30 15:06:18 +08:00
parent 920d636f2b
commit 4c4b0fd41d

View File

@ -118,7 +118,7 @@ export const gameListStore = defineStore(actions.GAME_LIST, {
// 请求 火爆中奖信息 // 请求 火爆中奖信息
if (noticeStore().notice.length === 0) { if (noticeStore().notice.length === 0) {
await this.setNotice(); // await this.setNotice();
} }
this.setPackageData(); this.setPackageData();