1、文案修改
This commit is contained in:
parent
51ad2614f0
commit
c4c59d3ec3
@ -33,7 +33,7 @@ class _VideoPageState extends State<VideoPage> with SingleTickerProviderStateMix
|
||||
late TabController tabController = TabController(initialIndex: videoModuleController.videoTabIndex.value, length: tabList.length, vsync: this);
|
||||
late PageController pageController = PageController(initialPage: videoModuleController.videoTabIndex.value, viewportFraction: 1.0);
|
||||
|
||||
List<String> tabList = ['关注', '朋友', '推荐'];
|
||||
List<String> tabList = ['关注', '朋友', '本地'];
|
||||
final tabModules = [
|
||||
KeepAliveWrapper(child: AttentionModule()),
|
||||
KeepAliveWrapper(child: FriendModule()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user