1***@qq.com
1***@qq.com
  • 发布:2016-12-01 00:38
  • 更新:2016-12-01 19:36
  • 阅读:1120

subpages 可否不使用webview进行切换,因为微信下无法调用plus

分类:MUI

$.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调用正常");
});

2016-12-01 00:38 负责人:无 分享
已邀请:
猫猫猫猫

猫猫猫猫 - 用户已离线

那就不用subpages了,按hello mui示例里的div切换模式写。

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