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

设置必填项 class_name: `learning_report`,

上级 c03c2d5b
...@@ -77,7 +77,8 @@ export default { ...@@ -77,7 +77,8 @@ export default {
methods: { methods: {
jumpByPType(pInfo) { jumpByPType(pInfo) {
this.$sendBuriedData && this.$sendBuriedData({ this.$sendBuriedData && this.$sendBuriedData({
component_tag: `467#400141#${pInfo.id}#${pInfo.projectName}` component_tag: `467#400141#${pInfo.id}#${pInfo.projectName}`,
class_name: `learning_report`
}); });
if(pInfo.pType == 1) { if(pInfo.pType == 1) {
goNativePage(this, pInfo); goNativePage(this, pInfo);
......
...@@ -42,7 +42,8 @@ export default { ...@@ -42,7 +42,8 @@ export default {
}, },
mounted() { mounted() {
this.$sendBuriedData && this.$sendBuriedData({ this.$sendBuriedData && this.$sendBuriedData({
component_tag: `467` component_tag: `467`,
class_name: `learning_report`
}); });
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册