1***@qq.com
1***@qq.com
  • 发布:2016-10-19 15:20
  • 更新:2016-10-19 15:20
  • 阅读:2124

使用mui.openWindow打开新页面,设了top的值后页面滑入动画slide-in-right就没有了

分类:MUI
        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的内容

2016-10-19 15:20 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复