mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-03 23:00:26 +08:00
remove user appBar
This commit is contained in:
@ -16,9 +16,6 @@ class _UserPageState extends State<UserPage> {
|
||||
Widget build(BuildContext context) {
|
||||
print(widget.userInfo);
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text('个人中心'),
|
||||
),
|
||||
body: Container(
|
||||
child: DrawerPage(
|
||||
userInfo: widget.userInfo,
|
||||
|
Reference in New Issue
Block a user