Browse Source

课程中心英文版去除主题

11wqe1 1 month ago
parent
commit
676ed0c2db
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/pages/course.vue

+ 3 - 0
src/components/pages/course.vue

@@ -1384,6 +1384,9 @@ export default {
               }
             }
           }
+          if (this.CourseType[0] && this.CourseType[0].length && this.lang.lang == 'com') {
+            this.CourseType[0] = this.CourseType[0].filter(item => item.id != '34629bcc-d02f-11ec-8c78-005056b86db5');
+          }
         })
         .catch((err) => {
           console.error(err);