Browse Source

增加 课程埋点

wangguoyu 3 năm trước cách đây
mục cha
commit
ed99f76250
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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() {