Commit 6f7bd53c authored by cc's avatar cc

update

parent 52b7ea8f
...@@ -15,18 +15,18 @@ class Prizepop extends React.Component { ...@@ -15,18 +15,18 @@ class Prizepop extends React.Component {
super(props); super(props);
} }
componentDidMount(){ componentDidMount(){
pageView("b14281", { pageView("b14282", {
page_name: "抽中中奖弹窗", page_name: "抽中中奖弹窗",
}); });
sensorLog(LOG_KEY.exposure, "b14281", "d14283", { sensorLog(LOG_KEY.exposure, "b14282", "d14283", {
page_name: "抽中中奖弹窗", page_name: "抽中中奖弹窗",
button_name: "开心收下按钮", button_name: "开心收下按钮",
}); });
} }
handleReceive = _asyncThrottle(() => { handleReceive = _asyncThrottle(() => {
sensorLog(LOG_KEY.click, "b14281", "d14283", { sensorLog(LOG_KEY.click, "b14282", "d14283", {
page_name: "抽中中奖弹窗", page_name: "抽中中奖弹窗",
button_name: "开心收下按钮", button_name: "开心收下按钮",
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment