统一城市决策卡 Pro 门禁:游客和免费用户点击 Today 引导至账户页
This commit is contained in:
@@ -140,26 +140,18 @@ export function DetailPanel({
|
|||||||
const handleTodayAccess = () => {
|
const handleTodayAccess = () => {
|
||||||
blurActiveElement();
|
blurActiveElement();
|
||||||
|
|
||||||
if (!isPro) {
|
|
||||||
trackAppEvent("paywall_feature_clicked", {
|
|
||||||
entry: "detail_panel",
|
|
||||||
feature: "today",
|
|
||||||
city: store.selectedCity,
|
|
||||||
user_state: isAuthenticated ? "logged_in" : "guest",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isPro) {
|
if (isPro) {
|
||||||
void modal.openTodayModal();
|
void modal.openTodayModal();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isAuthenticated) {
|
trackAppEvent("paywall_feature_clicked", {
|
||||||
router.push("/account");
|
entry: "detail_panel",
|
||||||
return;
|
feature: "today",
|
||||||
}
|
city: store.selectedCity,
|
||||||
|
user_state: isAuthenticated ? "logged_in" : "guest",
|
||||||
void modal.openTodayModal();
|
});
|
||||||
|
router.push("/account");
|
||||||
};
|
};
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user