Commit 65c48f9d authored by agping's avatar agping

商学院

parent 2ea3935b
......@@ -32,7 +32,7 @@
//编辑 新增 提交内容
window.addEventListener('message', function (e) {
if(e.data*1 == 1){
console.log(window.parent)
// console.log(window.parent)
window.parent.postMessage(ue.getContent(),'*');
}
}, false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment