提交 61fdef56 编写于 作者: tao.wu's avatar tao.wu

增加一起预热页埋点

上级 8f8c224b
assets/img/img2.png

220.0 KB | W: | H:

assets/img/img2.png

225.3 KB | W: | H:

assets/img/img2.png
assets/img/img2.png
assets/img/img2.png
assets/img/img2.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -80,9 +80,15 @@
})
},
goBack(){
this.$sendBuriedData({
component_tag: `301#301002`
});
this.$rocNative.goBack();
},
goShare(){
this.$sendBuriedData({
component_tag: `301#301001`
});
this.$rocNative.shareWechat(this.shareObj);
},
// 默认滚动事件
......
......@@ -138,6 +138,9 @@ export default {
},
// 提醒预约
setRemind() {
this.$sendBuriedData({
component_tag: `301#301004`
});
if (this.isWeb) {
this.$dialog.confirm({
title: '提醒',
......@@ -204,10 +207,16 @@ export default {
},
// 微信分享
goShare() {
this.$sendBuriedData({
component_tag: `301#301005`
});
this.$rocNative.shareWechat(this.shareObj);
},
// 活动规则
ruleLink() {
this.$sendBuriedData({
component_tag: `301#301003`
});
window.location.href = 'https://phome.yunqueyi.com/template_v2/?id=594';
}
},
......
......@@ -13,7 +13,7 @@ Vue.use(Dialog)
const { NUXT_ENV_APP } = process.env;
Vue.use(WebBuriedPoint, {
class_name: `questionnaire_v2`,
class_name: `year_end_ssr`,
url: `${BASE_URL[NUXT_ENV_APP]}/file/log/trace1`
});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册