fixbug
This commit is contained in:
parent
d24eedcbc4
commit
7d05904b64
@ -506,7 +506,7 @@ class TapWeeklyReport:
|
|||||||
def __init__(self, day):
|
def __init__(self, day):
|
||||||
self.day = day
|
self.day = day
|
||||||
self.db_conn = MysqlBase(**db_conf)
|
self.db_conn = MysqlBase(**db_conf)
|
||||||
self.limit = 2
|
self.limit = 20
|
||||||
|
|
||||||
self.all_type = {"download": {"name": "热门榜", "row": ["download"]}, "new": {"name": "新品榜", "row": ["download"]},
|
self.all_type = {"download": {"name": "热门榜", "row": ["download"]}, "new": {"name": "新品榜", "row": ["download"]},
|
||||||
"reserve": {"name": "预约榜", "row": ["reserve"]}, "sell": {"name": "热卖榜", "row": ["sell"]},
|
"reserve": {"name": "预约榜", "row": ["reserve"]}, "sell": {"name": "热卖榜", "row": ["sell"]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user