Commit 59d5dde2 authored by hbcui1984's avatar hbcui1984

解决首页在Android 4.4平台首次侧护不显示菜单页面的bug

parent c5701a8d
......@@ -83,9 +83,6 @@
main.setStyle({
mask:'rgba(0,0,0,0.2)'
});
// setTimeout(function () {
//
// },150);
}
}
/**
......@@ -94,11 +91,9 @@
function closeMenu(){
if(showMenu){
//关闭遮罩;
main.setStyle({
mask:'none'
});
//主窗体开始侧滑;
mui.currentWebview.setStyle({
main.setStyle({
mask:'none',
left: '0',
transition: {
duration: 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