浏览代码

增加 课程埋点

wangguoyu 3 年之前
父节点
当前提交
ed99f76250
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pages/courseware/index.vue

+ 5 - 0
pages/courseware/index.vue

@@ -764,6 +764,11 @@
 
     },
     mounted() {
+      if(this.$route.query.tabFlag&&this.$route.query.tabFlag==1){
+        this.divType = 'kckf'
+      }else {
+        this.divType = 'kczy'
+      }
       this.getSystemWidth();
     },
     beforeDestroy() {