From 133d34f069b0d9a85b58630377885e92dc90933d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 29 十二月 2025 17:05:42 +0800
Subject: [PATCH] fix: bug

---
 apps/housekeepingMiniApp/src/pages/home/hooks/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/apps/housekeepingMiniApp/src/pages/home/hooks/index.ts b/apps/housekeepingMiniApp/src/pages/home/hooks/index.ts
index a4775a2..17f5790 100644
--- a/apps/housekeepingMiniApp/src/pages/home/hooks/index.ts
+++ b/apps/housekeepingMiniApp/src/pages/home/hooks/index.ts
@@ -6,7 +6,7 @@
 
 export function useShowAdvertisements() {
   const { data: advertisements, refetch } = useQuery({
-    queryKey: ['enterpriseWalletServices/getEnterpriseWalletAccessSelect'],
+    queryKey: ['advertisementServices/getShowAdvertisements'],
     queryFn: () => {
       return advertisementServices.getShowAdvertisements(
         {

--
Gitblit v1.10.0