Prechádzať zdrojové kódy

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

huqi 5 rokov pred
rodič
commit
db5d7ea3af

+ 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,