SanHQin 1 일 전
부모
커밋
3200960b04

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       width: 100%;
       background: #e6eaf0;
       background: #e6eaf0;
       font-family: '黑体';
       font-family: '黑体';
-    }</style><link href=./static/css/app.8ed11e4297877be793f3d323f0d68bb2.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.161e82026ac2ae03ab6f.js></script><script type=text/javascript src=./static/js/vendor.bb486323f0fa002ba2e7.js></script><script type=text/javascript src=./static/js/app.6da563380e5bb5b31ad5.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.a434127b7a769adf7239d043ea8a4e3f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.161e82026ac2ae03ab6f.js></script><script type=text/javascript src=./static/js/vendor.bb486323f0fa002ba2e7.js></script><script type=text/javascript src=./static/js/app.5b75cca054cbcac4298e.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {
     document.documentElement.addEventListener("touchstart", function (event) {

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


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


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


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


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


+ 6 - 3
src/components/pages/pptEasy/addCourse.vue

@@ -4566,7 +4566,8 @@ export default {
       }
       }
     },
     },
     async addWork() {
     async addWork() {
-      if(!this.iframeIsLoad || this.uploadWorkLoading)return;
+      if(this.$refs.pptIframeRef.pptLoading !== 2)return this.$message.info("ppt正常加载中,请稍等")
+      if(this.uploadWorkLoading)return;
       this.uploadWorkLoading = true;
       this.uploadWorkLoading = true;
       let _pptData = await this.getPPtJson();
       let _pptData = await this.getPPtJson();
 
 
@@ -4715,7 +4716,8 @@ export default {
         });
         });
     },
     },
     async updateWork() {
     async updateWork() {
-      if(!this.iframeIsLoad || this.uploadWorkLoading)return;
+      if(this.$refs.pptIframeRef.pptLoading !== 2)return this.$message.info("ppt正常加载中,请稍等")
+      if(this.uploadWorkLoading)return;
       this.uploadWorkLoading = true;
       this.uploadWorkLoading = true;
       let _pptData = await this.getPPtJson();
       let _pptData = await this.getPPtJson();
 
 
@@ -8278,7 +8280,8 @@ export default {
     // iframe页面加载完成
     // iframe页面加载完成
     this.$refs.pptIframeRef.onload = () => {
     this.$refs.pptIframeRef.onload = () => {
       console.log("iframe页面加载完成");
       console.log("iframe页面加载完成");
-      this.iframeIsLoad = true;
+      // this.iframeIsLoad =this.$refs.pptIframeRef.pptLoading
+
     }
     }
   }
   }
 };
 };

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