723

parent 7728bee4
......@@ -24,7 +24,7 @@
</span>
</div>
</div>
<div @click="copy" class='btn'>
<div @click="copy" ref="copy" class='copy btn'>
复制文案
</div>
</div>
......@@ -174,6 +174,7 @@ export default {
},
methods: {
copy(){
this.$sa.quick('trackHeatMap',this.$refs.copy)
this.$copyText(this.textContent).then(e => {
Toast("复制成功");
});
......
......@@ -208,7 +208,6 @@ export default {
let nowTime = Date.parse(new Date());
let lookTime = (nowTime - lessonDetail.nowTime) / 1000;
console.log(this.lesson);
this.$sa.track("watchClick", {
buttonName: "返回课程列表",
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