fix: 未登录状态页面显示异常
This commit is contained in:
@ -166,7 +166,7 @@ class _DynamicsPageState extends State<DynamicsPage>
|
||||
bottom: 0,
|
||||
child: Align(
|
||||
alignment: Alignment.center,
|
||||
child: user.get(UserBoxKey.userLogin)
|
||||
child: user.get(UserBoxKey.userLogin) ?? false
|
||||
? GestureDetector(
|
||||
onTap: () => showModalBottomSheet(
|
||||
context: context,
|
||||
|
||||
Reference in New Issue
Block a user