1***@qq.com
1***@qq.com
  • 发布:2018-03-17 11:03
  • 更新:2018-03-17 23:35
  • 阅读:904

mui.openWindow 打不开

分类:MUI
mui
// 打开标题单元格  
mui(".mui-table-view-cell").on("tap", "a", function() {  

        mui.openWindow(  
            {  
            url:"sub1_Chat.html",  
            id:"sub1_Chat.html",  
            style:{},     
            },   
            show: {  
                    autoShow:true,  
                    aniShow:"slide-in-right",  
                    duration: 100  
            },  
            waiting: {  
                autoShow: true,  
                title:"正在加載...",  
            },  
            options:{  

// width:
// height:
}

        )  
2018-03-17 11:03 负责人:无 分享
已邀请:
0o鬼瞳o0

0o鬼瞳o0

打开的url与id是个字符串,用引号引起来

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