Commit 3e394443 by ethanlamzs

修复功能入口

1 parent 5cd0cbf7
......@@ -161,8 +161,7 @@ class AccountCubit extends Cubit<AccountState> {
Future<void> goLogoff() async {
await router.push(
//'/account/logoff',
'/iosbuytest',
'/account/logoff',
extra: {
'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!