소스 검색

增加 课程埋点

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() {