Commit 3e394443 by ethanlamzs

修复功能入口

1 parent 5cd0cbf7
...@@ -161,8 +161,7 @@ class AccountCubit extends Cubit<AccountState> { ...@@ -161,8 +161,7 @@ class AccountCubit extends Cubit<AccountState> {
Future<void> goLogoff() async { Future<void> goLogoff() async {
await router.push( await router.push(
//'/account/logoff', '/account/logoff',
'/iosbuytest',
extra: { extra: {
'phone': state.phone, 'phone': state.phone,
}, },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!