root 1 年之前
父节点
当前提交
8ad644611b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/Office/Poll.js

+ 1 - 1
js/Office/Poll.js

@@ -218,7 +218,7 @@ U.MD.O.P.pollingAsyn = function (r) {
                     _iframe = $('#futureClass iframe')[0];
                     if (_iframe) {
                         _contentWindow = _iframe.contentWindow;
-                        _contentWindow.postMessage({ info: _message.messageInfo, type: _message.type }, "*");
+                        _contentWindow.postMessage({ info: _message.messageInfo, type: _message.messageInfo.type }, "*");
                     }
                     break;
             }