$.init({
statusBarBackground: '#f7f7f7',
swipeBack: false,
subpages: [{
id: 'index_tab',
url: 'index.html',
styles: {
top: '45px',
bottom: '51px',
bounce: 'vertical'
}
}, {
id: 'message_tab',
url: 'message.html',
styles: {
top: '45px',
bottom: '51px',
bounce: 'vertical'
}
}, {
id: 'mine_tab',
url: 'mine.html',
styles: {
top: '45px',
bottom: '51px',
bounce: 'vertical'
}
}, {
id: 'menu_list_tab',
url: 'menu_list.html',
styles: {
top: '45px',
bottom: '51px',
bounce: 'vertical'
}
}]
});
$.plusReady(function() {
//alert("API调用正常");
});
1***@qq.com
- 发布:2016-12-01 00:38
- 更新:2016-12-01 19:36
- 阅读:1120
1 个回复
猫猫猫猫 - 用户已离线
那就不用subpages了,按hello mui示例里的div切换模式写。