zhengyiming
2 天以前 25708e3f81956c1517f495e3303a6c8d08bb730c
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,
  };
}