mui.openWindow({
id: this.getAttribute('href'),
url: this.href,
styles: {
top:"0px",
bottom: a,
popGesture: "close"
},
show: {
autoShow:true,
aniShow: aniShow//aniShow=slide-in-right
},
waiting: {
autoShow: true
}
});
在不设top值的时候可以从右侧滑入,但是新打开的页面就没有header部分的内容了,
设了top的值就不能从右侧划入,新的打开的页面有header的内容
0 个回复