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

去掉埋点数据

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