diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx
index 62371bd..3c0ca59 100755
--- a/src/components/App/index.tsx
+++ b/src/components/App/index.tsx
@@ -296,7 +296,9 @@ function App(): JSX.Element {
}
- />
+ >
+ } />
+
}
- />
+ >
+ } />
+
{
const isShowTryApp = targetId === "i";
dispatch(actions.userConfig.addIsShowTryApp(isShowTryApp));
+ if (targetId && typeof window.ym === "function" && targetId !== "i") {
+ window.ym(95799066, "userParams", {
+ genderFrom: targetId,
+ });
+ }
}, [dispatch, targetId]);
const selectGender = (gender: Gender) => {