From 15385ad1bc0218d4290f159e0c7fd82eef243d66 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 30 十二月 2025 19:17:14 +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