diff --git a/components/WithAuth/index.js b/components/WithAuth/index.js index b40e61b..94a6c78 100644 --- a/components/WithAuth/index.js +++ b/components/WithAuth/index.js @@ -5,6 +5,8 @@ import { get } from "@/utils/storeInfo"; import { Toast } from "antd-mobile"; import { save } from "@/utils/storeInfo"; import { removeUserInfo } from "@/utils/storeInfo"; +import { Dialog } from "antd-mobile"; + export default function WithAuth(WrappedComponent) { const router = useRouter(); @@ -35,6 +37,7 @@ export default function WithAuth(WrappedComponent) { }); } }, []); + useEffect(() => { if (searchParams.get("inviter")) { save("inviter", Number(searchParams.get("inviter")));