fix(kyc): 验证成功后刷新KYC状态

在跳转到实名认证页面前调用 ref.invalidate(kycStatusProvider)
确保手机号验证状态能正确更新

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-24 22:27:59 -08:00
parent 1c62a8cb29
commit b10a158684
1 changed files with 2 additions and 1 deletions

View File

@ -438,7 +438,8 @@ class _ChangePhonePageState extends ConsumerState<ChangePhonePage> {
width: double.infinity,
child: OutlinedButton(
onPressed: () {
//
// KYC
ref.invalidate(kycStatusProvider);
context.go(RoutePaths.kycEntry);
},
style: OutlinedButton.styleFrom(