onTap的回調(diào)方法如果使用箭頭函數(shù)會(huì)無(wú)法jumpPage
onTap:?(index)=>(){ ??_contentPageChangeController.jumpPage(index); },
如果這么寫,則點(diǎn)擊底部tab會(huì)無(wú)法跳轉(zhuǎn),這是為什么呢,普通匿名函數(shù)則可以。
onTap:?(index)=>(){ ??_contentPageChangeController.jumpPage(index); },
如果這么寫,則點(diǎn)擊底部tab會(huì)無(wú)法跳轉(zhuǎn),這是為什么呢,普通匿名函數(shù)則可以。
2020-09-10
舉報(bào)
2020-09-17