lsc 2 năm trước cách đây
mục cha
commit
bcfb35406d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      js/Desktop/DeskTop.js
  2. 1 1
      js/gm/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -2756,7 +2756,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
         _jie.onclick = () => {
             let text = ''
             if(aTool == 6){
-                text = $("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
+                text = _iframe.contentWindow.$("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
             }
             _loading.style.display = 'flex'
             console.log(_loading);

+ 1 - 1
js/gm/DeskTop.js

@@ -2618,7 +2618,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
         _jie.onclick = () => {
             let text = ''
             if(aTool == 6){
-                text = $("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
+                text = _iframe.contentWindow.$("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
             }
             _loading.style.display = 'flex'
             console.log(_loading);