From 8e6f68fd85fa1051d7f0a6460d22ea6e55962329 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 24 十月 2025 15:16:02 +0800
Subject: [PATCH] 抽奖活动

---
 pages/tabbar/index/home.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue
index bf2e045..33b6085 100644
--- a/pages/tabbar/index/home.vue
+++ b/pages/tabbar/index/home.vue
@@ -265,7 +265,7 @@
 
 import ActivityPopup from '@/pages/ActivityPopup/ActivityPopup.vue'
 import { mapState, mapMutations } from 'vuex'
-import { setPopupRedisTime, getPopupAcitivty } from '@/api/popup.js'
+import { setPopupRedisTime, getPopupAcitivty,hideActivityPopupToday } from '@/api/popup.js'
 import { changeCollect } from "@/api/collect.js";
 import { saveShare, saveShareClickRecord} from "@/api/share.js";
 import { getSessionId, userAction,userShare  } from "@/api/userAction.js";
@@ -596,6 +596,8 @@
 
 		},
 		...mapMutations(['showActivityPopup', 'hideActivityPopup']), // 寮曞叆Vuex鐨勬柟娉�
+
+
 		onClosePopup() {
 			this.hideActivityPopup()
 		},

--
Gitblit v1.8.0