From 0df6e2d32260a40902b2984880ffc9a7b112d105 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 29 十二月 2025 15:35:21 +0800
Subject: [PATCH] fix: bug
---
apps/housekeepingMiniApp/src/pages/home/hooks/index.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/apps/housekeepingMiniApp/src/pages/home/hooks/index.ts b/apps/housekeepingMiniApp/src/pages/home/hooks/index.ts
index 7c89e56..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(
{
@@ -38,5 +38,6 @@
return {
positionListChunk,
positionGrid,
+ positionList,
};
}
--
Gitblit v1.10.0