소스 검색

修正应用市场从本地安装时,对话框被遮挡的问题

huqi 5 년 전
부모
커밋
db5d7ea3af
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      o2web/source/x_component_AppMarket/Main.js

+ 2 - 2
o2web/source/x_component_AppMarket/Main.js

@@ -95,8 +95,8 @@ MWF.xApplication.AppMarket.Main = new Class({
                     "width": width,
                     "height": height,
                     "html": "",
-                    "maskNode": this.node,
-                    "container": this.node,
+                    "maskNode": this.content,
+                    "container": this.content,
                     "buttonList": [
                         {
                             "text": appCenter.lp.ok,