remove user appBar

This commit is contained in:
yifeng.yl
2019-08-08 19:45:58 +08:00
parent 103e71a83e
commit fcb8cc238d

View File

@ -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,