Explorar el Código

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

huqi hace 5 años
padre
commit
db5d7ea3af
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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,