zhengyiming
3 天以前 0e2cd06ac9a66da506a23002799cf2a398ff7c4c
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,
  };
}