lsc 2 years ago
parent
commit
305c859075

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.0719643fce6ee1f0d018437f2b183c46.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.93aef57e5c1409a1705e.js></script><script type=text/javascript src=./static/js/app.81aabb3dadc79b1fd7c8.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.215b9af4c6bbcd4b9e88e6fb3eedcc2a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.93aef57e5c1409a1705e.js></script><script type=text/javascript src=./static/js/app.f0ead63422a75153ae9a.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.215b9af4c6bbcd4b9e88e6fb3eedcc2a.css


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


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


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


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


+ 3 - 1
src/components/pages/student/addCourse.vue

@@ -637,6 +637,7 @@
                               <div v-if="item1.type == 2" class="chapter_upload_l_i1"></div>
                               <div v-if="
                                 item1.type == 3 ||
+                                item1.type == 9 ||
                                 item1.type == 6 ||
                                 item1.type == 7
                               " class="chapter_upload_l_i5" style="margin-left: 1px"></div>
@@ -666,6 +667,7 @@
                               <input v-if="
                                 item1.type == 2 ||
                                 item1.type == 3 ||
+                                item1.type == 9 ||
                                 item1.type == 7
                               " :placeholder="item1.name" @change="
   updataVideoT(
@@ -3242,7 +3244,7 @@ export default {
     },
     downCd(e, i, j, ic) {
       e.stopPropagation();
-      if (ic == this.unitJson[i].chapterInfo[j].chapterData.length - 1) {
+      if (ic == this.unitJson[i].chapterInfo[j].taskJson[this.taskCount].chapterData.length - 1) {
         return;
       }
       var a =

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