lsc 2 years ago
parent
commit
972779d67a

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.9a76a354b6ac0e683b47bcc67076e558.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.e8eb4c1cc481dbb543fc.js></script><script type=text/javascript src=./static/js/app.d14ee1f449d588ed8c73.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.3e949fde2afa4e2b11f3c06e6cea178d.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.e8eb4c1cc481dbb543fc.js></script><script type=text/javascript src=./static/js/app.5809956bddf21c05dbdf.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.3e949fde2afa4e2b11f3c06e6cea178d.css


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


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


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


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


+ 8 - 5
src/components/pages/student/addCourse.vue

@@ -108,10 +108,11 @@
             </div>
           </div>
           <div class="rightBox" v-if="this.steps == 1">
-            <div class="updateMask" :style="{ height: rightBoxHeight + 'px' }" v-if="cid && userid != courseUserid">
-            </div>
+            <!-- <div class="updateMask" :style="{ height: rightBoxHeight + 'px' }" v-if="cid && userid != courseUserid">
+            </div> -->
             <div class="whiteBg">
-              <div class="right_title" :class="{ updateTips: cid && userid != courseUserid }">
+              <!-- :class="{ updateTips: cid && userid != courseUserid }" -->
+              <div class="right_title" >
                 项目基本信息
               </div>
               <div class="basic_box">
@@ -2529,7 +2530,7 @@ export default {
             this.addWork();
           } else {
             if (this.userid != this.courseUserid) {
-              // this.updateWork2();
+              this.updateWork2();
             } else {
               this.updateWork();
             }
@@ -2559,6 +2560,7 @@ export default {
           } else {
             if (this.userid != this.courseUserid) {
               // this.updateWork2();
+              this.updateWork();
             } else {
               this.updateWork();
             }
@@ -2594,6 +2596,7 @@ export default {
             } else {
               if (this.userid != this.courseUserid) {
                 // this.updateWork2();
+                this.updateWork();
               } else {
                 this.updateWork();
               }
@@ -2632,7 +2635,7 @@ export default {
               this.addWork();
             } else {
               if (this.userid != this.courseUserid) {
-                // this.updateWork2();
+                this.updateWork2();
               } else {
                 this.updateWork();
               }

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