refactor(ui): 引荐人数改为引荐
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9fb51fa30a
commit
93c06920bd
|
|
@ -559,7 +559,7 @@ class ContributionPage extends ConsumerWidget {
|
||||||
children: [
|
children: [
|
||||||
_buildTeamStatItem(
|
_buildTeamStatItem(
|
||||||
context,
|
context,
|
||||||
'引荐人数',
|
'引荐',
|
||||||
contribution?.directReferralAdoptedCount.toString(),
|
contribution?.directReferralAdoptedCount.toString(),
|
||||||
'',
|
'',
|
||||||
isLoading,
|
isLoading,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue