开始
配置按钮
为了好看,隐藏滚动条
回弹效果 取消。
"app-plus": {
"scrollIndicator": "none",
"bounce": "none",
"titleNView": {
"buttons": [
{
"type": "menu"
}
]
}
}
测试按钮的索引号
onNavigationBarButtonTap(index) {
if(e.index) {
console.log('点击了menu图标');
}
}
onNavigationBarButtonTap(e) {
if(e.index==0) {
console.log('跳转设置页');
}
},