Commit 1118c6a4 authored by hbcui1984's avatar hbcui1984

[iOS]禁止首页侧滑菜单展开后,边缘右滑关闭

parent 41eae8f5
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
aniShow:'none' aniShow:'none'
} }
}); });
//创建遮罩页面;
mask = mui.preload({ mask = mui.preload({
id:"index-mask", id:"index-mask",
url:"index-mask.html", url:"index-mask.html",
...@@ -61,7 +62,8 @@ ...@@ -61,7 +62,8 @@
left:'70%', left:'70%',
width:'30%', width:'30%',
zindex:1, zindex:1,
opacity:0.1 opacity:0.1,
popGesture:"none"
} }
}); });
},200); },200);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment