This commit is contained in:
aozhiwei 2024-08-02 15:52:18 +08:00
parent 2f4f6f6a29
commit 23f5b937d8

View File

@ -1863,6 +1863,8 @@ class BigwheelInfo(object):
self.fields = [
['drawed_times', 0, '已抽次数'],
['total_times', 0, '总次数'],
['single_src_cost', 0, '单次抽奖消耗(钻石)-原价'],
['double_src_cost', 0, '双次抽奖消耗(钻石)-原价'],
['single_cost', 0, '单次抽奖消耗(钻石)'],
['double_cost', 0, '双次抽奖消耗(钻石)'],
['!items1', [BigwheelGrid()], '档位1'],