ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -5115,10 +5115,11 @@ GoldInvestType_Gold, # 仙玉投资 GoldInvestType_Gold2, # 仙玉投资2 GoldInvestType_Gold3, # 仙玉投资3 ) = range(1,5+1) GoldInvestType_Week, # 周卡投资 ) = range(1,6+1) #可以循环投资的类型 CanRepeatInvestType = [GoldInvestType_Month, GoldInvestType_VIP] CanRepeatInvestType = [GoldInvestType_Week, GoldInvestType_Month, GoldInvestType_VIP] #仙玉投资类型 InvestGoldTypeList = [GoldInvestType_Gold, GoldInvestType_Gold2, GoldInvestType_Gold3]