|
|
@@ -381,11 +381,11 @@ end
|
|
|
|
|
|
-- 充值回调
|
|
|
function onCharge(human, nBuyID)
|
|
|
- print("[NewFirstChargeLogic-onCharge] nBuyID = "..nBuyID)
|
|
|
+ --print("[NewFirstChargeLogic-onCharge] nBuyID = "..nBuyID)
|
|
|
local tConfByBuyid = getNeedList()
|
|
|
local isChange = false
|
|
|
if tConfByBuyid[nBuyID] then
|
|
|
- print("[onCharge] nType = ".. tConfByBuyid[nBuyID].nType.." nBuyID = "..nBuyID)
|
|
|
+ --print("[onCharge] nType = ".. tConfByBuyid[nBuyID].nType.." nBuyID = "..nBuyID)
|
|
|
NewFirstCharge_SetBuyStatus(human, tConfByBuyid[nBuyID].nType)
|
|
|
isChange = true
|
|
|
else
|
|
|
@@ -399,6 +399,7 @@ function onCharge(human, nBuyID)
|
|
|
YunYingLogic.updateIcon(YYInfo[k], human)
|
|
|
break
|
|
|
end
|
|
|
+ NewFirstCharge_Query(human)
|
|
|
end
|
|
|
end
|
|
|
|