mod: 页面title修改
This commit is contained in:
@ -52,6 +52,7 @@ class _FollowPageState extends State<FollowPage> {
|
||||
TabBar(
|
||||
controller: _followController.tabController,
|
||||
isScrollable: true,
|
||||
tabAlignment: TabAlignment.start,
|
||||
tabs: [
|
||||
for (var i in data['data']) ...[
|
||||
Tab(text: i.name),
|
||||
|
Reference in New Issue
Block a user