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 |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue
index 88cfd7e..33b6085 100644
--- a/pages/tabbar/index/home.vue
+++ b/pages/tabbar/index/home.vue
@@ -568,11 +568,6 @@
 		});
 	},
 	methods: {
-    hideActivityPopupToday(){
-      //寮圭獥鍏抽棴
-      hideActivityPopupToday().then(res =>{
-      })
-    },
 		async openActivityPopup() {
 			await getPopupAcitivty().then(res => {
 				if (res.statusCode === 200) {
@@ -604,8 +599,6 @@
 
 
 		onClosePopup() {
-      //
-      this.hideActivityPopupToday()
 			this.hideActivityPopup()
 		},
 		replyClick(reply) {

--
Gitblit v1.8.0