lsc 1 year ago
parent
commit
8306f34bc2

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.4475cdc0f9b8127b6e376a80b1e7e443.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.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.c9f7ee12c945c0b97520.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.99f7d94de4d41a5cbaeb482281de768d.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.f1661c5ebfd33221b88f.js></script><script type=text/javascript src=./static/js/app.5af7cf1e3b4746cb2d76.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.99f7d94de4d41a5cbaeb482281de768d.css


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


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


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


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


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

@@ -753,7 +753,7 @@
                     <div class="add_info_box">
                       <button class="info_btn" @click="addImg($event)">
                             添加文件
-                            <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, 0)
+                            <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, itemTaskIndex)
                               " />
                           </button>
                       <!-- <button class="info_btn" @click="addImg($event)">

+ 2 - 2
src/components/pages/task/addCourse.vue

@@ -383,7 +383,7 @@
                         <div class="add_info_box">
                           <button class="info_btn" @click="addImg($event)">
                                 添加文件
-                            <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, 0)
+                            <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, itemTaskIndex)
                                   " />
                           </button>
                           <!-- <button class="info_btn" @click="addImg($event)">
@@ -825,7 +825,7 @@
                     <div class="add_info_box">
                       <button class="info_btn" @click="addImg($event)">
                             添加文件
-                        <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, 0)
+                        <input type="file" accept="*" style="display: none" v-if="inputShow" @change="beforeUpload2($event, unitIndex, 13, itemTaskIndex)
                               " />
                       </button>
                       <!-- <button class="info_btn" @click="addImg($event)">

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