From 1d472eb06970c85b0edfb58871956bc2c8d69916 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 25 十二月 2025 17:44:46 +0800
Subject: [PATCH] fix: 甲方小程序
---
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