Browse Source

修改课程中心

11wqe1 2 weeks ago
parent
commit
decc163d12
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/courseDetail.vue

+ 5 - 1
src/components/courseDetail.vue

@@ -1974,7 +1974,11 @@ export default {
       if(this.courseDetail.state == 7 && this.tType == 2){
         this.goToStudyRate('')
       }
-
+      const element = document.getElementsByClassName("pb_body")[0];
+      if (element) {
+          element.style.minHeight = 'unset'
+          // 或者:element.style.removeProperty("min-height");
+      }
       // debugger
     },
     addInviteCode() {