提交 22a6689f 编写于 作者: guangjun.yang's avatar guangjun.yang

添加各种埋点

上级 2bb037a0
...@@ -31,9 +31,15 @@ export default { ...@@ -31,9 +31,15 @@ export default {
}, },
methods: { methods: {
changeClick(){ changeClick(){
this.$sendBuriedData({
component_tag: `882#88224`
});
this.$emit("changeClick") this.$emit("changeClick")
}, },
gotoBuy() { gotoBuy() {
this.$sendBuriedData({
component_tag: `882#88223`
});
this.$emit("gotoBuy"); this.$emit("gotoBuy");
} }
} }
......
...@@ -88,7 +88,8 @@ export default { ...@@ -88,7 +88,8 @@ export default {
}, },
confirm() { confirm() {
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `882#88207` // component_tag: `882#88207`
component_tag: `882#88225`
}); });
if(!this.activationCode) { if(!this.activationCode) {
this.errorMsg = '请输入激活码'; this.errorMsg = '请输入激活码';
......
...@@ -132,9 +132,9 @@ export default { ...@@ -132,9 +132,9 @@ export default {
// tab切换 // tab切换
tabToggle(index) { tabToggle(index) {
this.curtTabIdx = index; this.curtTabIdx = index;
this.$sendBuriedData({ this.$sendBuriedData({
component_tag: `888#8880${index + 4}` component_tag: `888#8880${index + 4}`
}); });
}, },
getGoodsInfo() { getGoodsInfo() {
this.GET(`trade/goods/goodInfo/${this.goodsId}`, {}).then(res => { this.GET(`trade/goods/goodInfo/${this.goodsId}`, {}).then(res => {
......
...@@ -117,13 +117,19 @@ export default { ...@@ -117,13 +117,19 @@ export default {
}, },
// 返回到项目详情页面 // 返回到项目详情页面
gotoProject() { gotoProject() {
this.$sendBuriedData({
component_tag: `889#88901`
});
// let shareUrl = getWebPageUrl(`profexam/#/sharecoop?uuid=${getCookie('uuid')}`); // let shareUrl = getWebPageUrl(`profexam/#/sharecoop?uuid=${getCookie('uuid')}`);
this.returnUrl && location.replace(this.returnUrl); this.returnUrl && location.replace(this.returnUrl);
}, },
// 下载 // 下载
download() { download() {
this.$sendBuriedData({
component_tag: `889#88902`
});
window.location.href = "https://a.app.qq.com/o/simple.jsp?pkgname=com.picahealth.yunque"; window.location.href = "https://a.app.qq.com/o/simple.jsp?pkgname=com.picahealth.yunque";
} }
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册