This commit is contained in:
songliang 2023-06-25 14:28:41 +08:00
parent 6ac5b7510c
commit 0a24b624ab

View File

@ -379,8 +379,6 @@ class Goods(object):
['limit_type', 0, '0:不限购(这时忽略bought_times、total_buy_times) 1:每日限购 2:周限购 3:累计限购'],
['bought_times', 0, '已购买次数'],
['total_buy_times', 0, '总的可购买次数'],
['free_type', 0, '免费类型 0:不免费 1:日刷新'],
['free_num', 0, '免费次数'],
]
class NewGoods(object):
def __init__(self):
@ -401,7 +399,9 @@ class NewGoods(object):
['buy_cond', '', '购买条件'],
['buy_gift', '', '购买次数赠品'],
['normal_gift', '', '普通狗赠品'],
['bought_times', 0, '已购买次数']
['bought_times', 0, '已购买次数'],
['free_type', 0, '免费类型 0:不免费 1:日刷新'],
['free_num', 0, '免费次数'],
]
class ShopName(object):