This commit is contained in:
hailin 2025-03-15 18:58:54 +08:00
parent 53387371f3
commit 7351be2835
1 changed files with 7 additions and 0 deletions

View File

@ -148,6 +148,13 @@ export function MixSignUp(props: {
return null;
}
if (
typeof referreredit !== "string"
) {
return null;
}
console.log("--regname:", regname, "--referrer:", refer)
props.email(regname)
props.referrer(refer)