lsc 2 years ago
parent
commit
732f588b69
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/Desktop/DeskTop.js

+ 1 - 0
js/Desktop/DeskTop.js

@@ -2898,6 +2898,7 @@ U.MD.D.I.getEditorContent = function (iframe) {
 U.MD.D.I.getContent = async function (cid, s, task, t, uid, type) {
     return new Promise((resolve, reject) => {
         U.A.Request(US.Config.pbl + "selectWord2?uid=" + uid + "&cid=" + cid + "&s=" + s + "&task=" + task + "&t=" + t + "&type=" + type, [], function (res) {
+            reject("aaa")
             if (res.value[0].length > 0) {
                 resolve(res.value[0][0].text);
             }else{