feat(邀请新用户页): 绑定邀请人后刷新数据

This commit is contained in:
hzj 2025-12-05 16:09:44 +08:00
parent 30c4dba81d
commit 00cd645d25

View File

@ -408,7 +408,7 @@
min-width: 0;
align-self: stretch;
color: rgba(0, 0, 0, 0.4);
color: white;
font-weight: 510;
padding: 4px 8px;
@ -644,6 +644,7 @@ const confirm = async () => {
const resBind = await bindInviteCode(data)
if (resBind.status) {
showSuccess(t('invitation_code_bound_successfully'))
apiGetMyInviter() //
} else {
showError(t('invitation_code_binding_failed'))
}