From ba3688118df8c86630d4fe7c9c0144562e71807c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 十二月 2025 16:20:29 +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