【首充】=====领完报错修改

dev_chengFeng
wangzhenxing 2022-08-19 13:59:46 +08:00
parent 0008793a34
commit dfdb31ecfa
1 changed files with 5 additions and 1 deletions

View File

@ -192,6 +192,10 @@ function FirstRechargePanel:OnShow()
--self.reChargeTips.text = string.format("已充值 %s 元", FirstRechargeManager.GetAccumRechargeValue())
self.activityInfo = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.FirstRecharge)
local AccumRecharge = 0
if not self.activityInfo then
self:ClosePanel()
return
end
_MoneyDataNum = {}
for _, missInfo in ipairs(self.activityInfo.mission) do
if missInfo and missInfo.progress then
@ -209,7 +213,7 @@ function FirstRechargePanel:OnShow()
end
-- 判断数据
local minIndex
local minIndex=1
for index, dataList in pairs(_MoneyDataNum) do
if dataList and #dataList > 0 then
-- 排序