From 30ad7ef2b8d6298207e8ed24f9016b8e9cff7d71 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期一, 27 十月 2025 17:07:28 +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