Quellcode durchsuchen

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

huqi vor 5 Jahren
Ursprung
Commit
db5d7ea3af
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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,