1
This commit is contained in:
parent
459d4b60f0
commit
4789c8b79e
@ -1959,7 +1959,7 @@ class WheelUser(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['name', '', '用户名'],
|
['nickname', '', '用户名'],
|
||||||
['avatar', '', '头像'],
|
['avatar', '', '头像'],
|
||||||
['score', '', '积分'],
|
['score', '', '积分'],
|
||||||
['hourly_earnings', 0, '每小时收益'],
|
['hourly_earnings', 0, '每小时收益'],
|
||||||
@ -1995,7 +1995,7 @@ class WheelFriend(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['name', '', '用户名'],
|
['nickname', '', '用户名'],
|
||||||
]
|
]
|
||||||
|
|
||||||
class WheelMission(object):
|
class WheelMission(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user