wupengfei
2 天以前 d6ec7528f6694aee6d2c57d1d9b2aab3ceddcdeb
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,
  };
}