feat: add baidu conversion tracking (#3016)

* feat: add baidu conversion tracking

* chore
This commit is contained in:
heheer
2024-10-30 14:40:49 +08:00
committed by GitHub
parent 946fda0843
commit e361279208
3 changed files with 9 additions and 4 deletions

View File

@@ -50,7 +50,8 @@ const RegisterForm = ({ setPageType, loginSuccess }: Props) => {
username,
code,
password,
inviterId: localStorage.getItem('inviterId') || undefined
inviterId: localStorage.getItem('inviterId') || undefined,
bd_vid: localStorage.getItem('bd_vid') || undefined
})
);