gpt4 book ai didi

tabs - 如何在 Ionic 2 中获取事件标签索引?

转载 作者:行者123 更新时间:2023-12-04 22:03:39 25 4
gpt4 key购买 nike

有没有办法在 Ionic 2 中获取事件标签索引?我搜索过,在 Ionic 1 中有 $ionicTabsDelegate。

最佳答案

将事件对象传递给您的方法:

<ion-tabs (ionChange)="tabSelected($event)">

事件对象实际上是选定的 Tab :
tabSelected(tab: Tab) {
console.log(tab.index);
}

关于tabs - 如何在 Ionic 2 中获取事件标签索引?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40190439/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com