lsc 1 년 전
부모
커밋
f196fc71ee

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     body{
       font-family: '黑体';
-    }</style><link href=./static/css/app.8245b7fcd8f25f6852c4eb7d6c2299bf.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.0eb3ff1f4c979300a113.js></script><script type=text/javascript src=./static/js/app.79b8e873ab84e07e85d9.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.0d35ce0ed9406d3817e7be39fd38dfd7.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.0eb3ff1f4c979300a113.js></script><script type=text/javascript src=./static/js/app.1205d78eae2152ebac8a.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.0d35ce0ed9406d3817e7be39fd38dfd7.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.0d35ce0ed9406d3817e7be39fd38dfd7.css.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.1205d78eae2152ebac8a.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.1205d78eae2152ebac8a.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 7 - 5
src/components/courseDetail.vue

@@ -247,7 +247,7 @@
                 <div class="jdAndTask">
                   <div>第{{ index + 1 }}阶段</div>
                   <div
-                    v-if="courseDetail.state == 2 || courseDetail.state == 3 || courseDetail.state == 4"
+                    v-if="courseDetail.state == 2 || courseDetail.state == 3 || courseDetail.state == 4 || courseDetail.state == 5"
                   >
                     任务查看
                   </div>
@@ -1251,7 +1251,7 @@ export default {
               this.screenType
           );
         }
-      } else if (this.courseDetail.state == 2) {
+      } else if (this.courseDetail.state == 2 || this.courseDetail.state == 5) {
         if (this.classList.length) {
           this.goTo(
             "/studystudentE2?type=" +
@@ -1350,9 +1350,11 @@ export default {
 						}).then(() => {
 							if(this.courseDetail.state == 1 || this.courseDetail.state == 2){
 								window.parent.postMessage({ tools: "openNewCourseUpdate",cid:this.id }, "*");
-							}else if(this.courseDetail.state == 3 || this.courseDetail.state == 4){
+							}else if(this.courseDetail.state == 3){
 								window.parent.postMessage({ tools: "openCourseEUpdate",cid:this.id }, "*");
-							}
+							}else if(this.courseDetail.state == 4 || this.courseDetail.state == 5){
+								window.parent.postMessage({ tools: "openCourseAiUpdate",cid:this.id }, "*");
+              }
 
 						})
 					}else{
@@ -1433,7 +1435,7 @@ export default {
                   "&screenType=" +
                   this.screenType
               );
-            } else if (this.courseDetail.state == 2) {
+            } else if (this.courseDetail.state == 2 || this.courseDetail.state == 5) {
               this.goTo(
                 "/studystudentE2?type=" +
                   i +

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.