lsc 10 months ago
parent
commit
192c31ddbb

+ 4 - 4
dist/index.html

@@ -1,10 +1,10 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><style>@charset "utf-8";
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><style>/* @charset "utf-8";
      @font-face {
         font-family: 'Source Han Sans SC';
         src: url('./static/SourceHanSans-Regular.otf') format('truetype');
         font-weight: normal;
         font-style: normal;
-      }
+      } */
     div::-webkit-scrollbar {
       /*滚动条整体样式*/
       width: 6px;
@@ -26,8 +26,8 @@
     }
     html,
     body{
-      font-family: 'Source Han Sans SC', sans-serif;
-    }</style><link href=./static/css/app.3f134d3906e0c85b3fff9616b1111076.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.323475daea32bf5356bf.js></script></body></html><script>function stopSafari() {
+      font-family: '黑体';
+    }</style><link href=./static/css/app.933e4995692d115f3dcba37bf0cd4fcc.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9ee7cb8cb3c0161956b8.js></script><script type=text/javascript src=./static/js/app.73d9a174a737c505fbaa.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.933e4995692d115f3dcba37bf0cd4fcc.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.933e4995692d115f3dcba37bf0cd4fcc.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.73d9a174a737c505fbaa.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.73d9a174a737c505fbaa.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 3 - 3
index.html

@@ -6,13 +6,13 @@
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
   <title>pbl-student</title>
   <style>
-     @charset "utf-8";
+     /* @charset "utf-8";
      @font-face {
         font-family: 'Source Han Sans SC';
         src: url('./static/SourceHanSans-Regular.otf') format('truetype');
         font-weight: normal;
         font-style: normal;
-      }
+      } */
     div::-webkit-scrollbar {
       /*滚动条整体样式*/
       width: 6px;
@@ -34,7 +34,7 @@
     }
     html,
     body{
-      font-family: 'Source Han Sans SC', sans-serif;
+      font-family: '黑体';
     }
   </style>
 </head>

+ 7 - 5
src/components/courseDetail.vue

@@ -217,7 +217,9 @@
                       ? "阶段模式"
                       : courseDetail.state == 2
                       ? "任务模式"
-                      : "极简模式"
+                      : courseDetail.state == 3
+                      ? "极简模式"
+                      : "AI模式"
                   }}
                 </div></span
               >
@@ -242,7 +244,7 @@
                 <div class="jdAndTask">
                   <div>第{{ index + 1 }}阶段</div>
                   <div
-                    v-if="courseDetail.state == 2 || courseDetail.state == 3"
+                    v-if="courseDetail.state == 2 || courseDetail.state == 3 || courseDetail.state == 4"
                   >
                     任务查看
                   </div>
@@ -1273,7 +1275,7 @@ export default {
               this.screenType
           );
         }
-      } else if (this.courseDetail.state == 3) {
+      } else if (this.courseDetail.state == 3 || this.courseDetail.state == 4) {
         if (this.classList.length) {
           this.goTo(
             "/studystudentE3?type=" +
@@ -1330,7 +1332,7 @@ export default {
 						}).then(() => {
 							if(this.courseDetail.state == 1 || this.courseDetail.state == 2){
 								window.parent.postMessage({ tools: "openCourseUpdate",cid:this.id }, "*");
-							}else if(this.courseDetail.state == 3){
+							}else if(this.courseDetail.state == 3 || this.courseDetail.state == 4){
 								window.parent.postMessage({ tools: "openCourseEUpdate",cid:this.id }, "*");
 							}
 
@@ -1432,7 +1434,7 @@ export default {
                   "&screenType=" +
                   this.screenType
               );
-            } else if (this.courseDetail.state == 3) {
+            } else if (this.courseDetail.state == 3 || this.courseDetail.state == 4) {
               this.goTo(
                 "/studystudentE3?type=" +
                   i +

Some files were not shown because too many files changed in this diff