提交 5484598b 编写于 作者: guangjun.yang's avatar guangjun.yang

去掉埋点数据

上级 59a01c3f
......@@ -406,9 +406,9 @@ export default {
// 跳转到原生的购买页面
// TODO 没有购买逻辑了
confirm() {
this.$sendBuriedData({
component_tag: `882#88203`
});
// this.$sendBuriedData({
// component_tag: `882#88203`
// });
this.$refs.tcPlayerRef && this.$refs.tcPlayerRef.pause();
window.location.href =
"https://a.app.qq.com/o/simple.jsp?pkgname=com.picahealth.yunque";
......@@ -457,9 +457,9 @@ export default {
console.log("in changeClick");
this.showChangeCard = true;
this.$sendBuriedData({
component_tag: `882#88202`
});
// this.$sendBuriedData({
// component_tag: `882#88202`
// });
},
scrollFun() {
......@@ -659,9 +659,9 @@ export default {
}
// 请求成功后统计,获取项目名
this.$sendBuriedData({
component_tag: `882#88201#${_this.projectId}#${_this.project.projectName}`
});
// this.$sendBuriedData({
// component_tag: `882#88201#${_this.projectId}#${_this.project.projectName}`
// });
// 二次分享
let shareUrl = location.href;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册