diff --git a/doc/_common.py b/doc/_common.py index 2747c67c..3daf6376 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -1959,7 +1959,7 @@ class WheelUser(object): def __init__(self): self.fields = [ - ['name', '', '用户名'], + ['nickname', '', '用户名'], ['avatar', '', '头像'], ['score', '', '积分'], ['hourly_earnings', 0, '每小时收益'], @@ -1995,7 +1995,7 @@ class WheelFriend(object): def __init__(self): self.fields = [ - ['name', '', '用户名'], + ['nickname', '', '用户名'], ] class WheelMission(object):