是否首次改成空值

This commit is contained in:
huanghaipeng 2025-11-14 17:11:40 +08:00
parent dbc3b00798
commit 58a5c5c6e9

View File

@ -1210,7 +1210,7 @@ var GameTool = {
eventData = {
interface_id: data.interface_id, // 界面名称
reason: data.reason, // 事件名称
is_first_exposure: data.is_first_exposure, // 是否首次曝光
is_first_exposure: "", // 是否首次曝光
entry_point: data.entry_point, // 按钮名称
}
break;