超人爷爷
超人爷爷
  • 发布:2016-01-12 16:12
  • 更新:2016-01-12 17:15
  • 阅读:1230

关于预加载问题

分类:MUI

a页面 用以下代码 预加载了 b 页面, 为什么进入b页面后, 页面头部还是a的?
var orderPage = $.preload({
url: '../order/index.html',
id: 'order',
show: {
aniShow: 'pop-in'
},
styles: {
top: '45px',
bottom: 0,
popGesture: 'hide'
}
});

                    $('#menus').on("tap", ".menu", function(e) {  

                            $.openWindow(orderPage);  

});

2016-01-12 16:12 负责人:无 分享
已邀请:
小鬼别追我

小鬼别追我

styles: {
top: '0px',
bottom: 0,
popGesture: 'hide'
}

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