当在代码中设定
setTimeout(function() {
menu = mui.preload({
id: 'index-menu',
url: 'index-menu.html',
styles: {
left: 0,
width: '70%',
zindex: -1
},
show: {
aniShow: 'none'
}
});
}, 200);
无法显示出侧滑栏的内容。把zindex去掉,侧滑栏显示了出来 ,但是在滑动的过程当中,侧滑栏在主窗口的上面,显示效果不行。
不知道是什么原应导致的这种问题
wch.zip是问题代码 页面引用流程 index.html----yd.html -----maincontent.html
新兵 (作者)
问题环境已经上传 wch.zip
2015-12-15 15:36