fix:登录和toast
This commit is contained in:
@@ -103,7 +103,9 @@ class ProfilePage extends ConsumerWidget {
|
||||
AppButton(
|
||||
label: '登录 / 注册',
|
||||
expand: true,
|
||||
onPressed: () => context.push(AppRoutes.login),
|
||||
onPressed: () => context.push(
|
||||
'${AppRoutes.login}?next=${Uri.encodeComponent(AppRoutes.profile)}',
|
||||
),
|
||||
),
|
||||
],
|
||||
const SizedBox(height: 18),
|
||||
|
||||
Reference in New Issue
Block a user