自学内容网 自学内容网

uniapp 设置 tabbar 的 midButton 按钮

效果展示:

中间的国际化没生效(忽略就行) 

 示例代码:

然后在  App.vue 中进行监听:

<script>
export default {
onLaunch(e) {
// #ifdef APP
uni.onTabBarMidButtonTap(()=>{
console.log("中间按钮点击回调");
})
// #endif
}
}
</script>

<style lang="scss">
</style>

 

 官方文档参考:pages.json 页面路由 | uni-app官网


原文地址:https://blog.csdn.net/weixin_59685936/article/details/142788516

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!