lsc hai 5 meses
pai
achega
e8e454edfa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/pages/pptEasy/addCourse3.vue

+ 1 - 1
src/components/pages/pptEasy/addCourse3.vue

@@ -1689,7 +1689,7 @@ export default {
           _pptIframe.contentWindow.window &&
           typeof _pptIframe.contentWindow.window.exportJSON === "function"
         ) {
-          let _data = _pptIframe.contentWindow.window.imgExporting;
+          let _data = _pptIframe.contentWindow.window.imgExporting();
           resolve(_data);
         } else {
           // 递归等待1000ms后重试