瀏覽代碼

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

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,