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