Commit 8765823e by 严久程

手动埋点

parent 132e1bf4
......@@ -193,13 +193,13 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
if (commonQuestionBeanList != null && commonQuestionBeanList.size() > 0) {
rl_common_question_enter.postDelayed(() -> openOrCloseCommonQuestionLayout(true), 300);
} else {
getCommonQuestionListData();
try {
YdlBuryPointUtil.sendClick("快捷短语弹起");
YdlBuryPointUtil.sendClick("common_question_pager");
}catch (Exception e){
}
getCommonQuestionListData();
}
ChatStatusCacheHelper.clearDataByKey("chatEvent");
}
......@@ -222,14 +222,15 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
});
getUserInfoCollect();
if (!getActivity().isFinishing()) {
try {
YdlBuryPointUtil.sendPv("user_collect_pager");
}catch (Exception e){
}
collectInfoPopupWindow.show(top_expert_info_cl);
}
try {
YdlBuryPointUtil.sendClick("用户信息收集页面");
}catch (Exception e){
}
}
ChatStatusCacheHelper.clearDataByKey("collectEvent");
......
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