为了账号安全,请及时绑定邮箱和手机立即绑定

页面跳转代码写在setState方法里面无效

bottomNavigationBar: BottomNavigationBar(
  type: BottomNavigationBarType.fixed,
  currentIndex: _currentIndex,
  onTap: (index) {
    setState(() {
      _contentPagerController.jumpToPage(index);
      _currentIndex = index;
    });
  },

为什么 _contentPagerController.jumpToPage(index); 必须要写在setState方法外面, 写在里就变得无效了呢


正在回答

举报

0/150
提交
取消

页面跳转代码写在setState方法里面无效

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信