723

parent 7728bee4
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</span> </span>
</div> </div>
</div> </div>
<div @click="copy" class='btn'> <div @click="copy" ref="copy" class='copy btn'>
复制文案 复制文案
</div> </div>
</div> </div>
...@@ -174,6 +174,7 @@ export default { ...@@ -174,6 +174,7 @@ export default {
}, },
methods: { methods: {
copy(){ copy(){
this.$sa.quick('trackHeatMap',this.$refs.copy)
this.$copyText(this.textContent).then(e => { this.$copyText(this.textContent).then(e => {
Toast("复制成功"); Toast("复制成功");
}); });
......
...@@ -208,7 +208,6 @@ export default { ...@@ -208,7 +208,6 @@ export default {
let nowTime = Date.parse(new Date()); let nowTime = Date.parse(new Date());
let lookTime = (nowTime - lessonDetail.nowTime) / 1000; let lookTime = (nowTime - lessonDetail.nowTime) / 1000;
console.log(this.lesson); console.log(this.lesson);
this.$sa.track("watchClick", { this.$sa.track("watchClick", {
buttonName: "返回课程列表", buttonName: "返回课程列表",
partName: partName:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment