【月卡】累冲金额调整
parent
bbbf5598d6
commit
26e63d7c9e
|
@ -633,13 +633,17 @@ function this.UpdateMonthCardData(msg)
|
|||
end
|
||||
end
|
||||
function this.RefreshMonthCardChargeMoney(msg)
|
||||
--LogError("月卡金额信息推送 "..msg.monthSaveAmt.." "..msg.smonthSaveAmt)
|
||||
-- LogError("月卡金额信息推送 "..msg.monthSaveAmt.." "..msg.smonthSaveAmt)
|
||||
monthSaveAmt = msg.monthSaveAmt--月卡累计总额
|
||||
smonthSaveAmt = msg.smonthSaveAmt--豪华月卡累计总额
|
||||
end
|
||||
-- 月卡累计总额
|
||||
function this.GetmonthSaveAmt()
|
||||
return monthSaveAmt
|
||||
function this.GetmonthSaveAmt(index)
|
||||
if index == MONTH_CARD_TYPE.MONTHCARD then
|
||||
return monthSaveAmt
|
||||
else
|
||||
return smonthSaveAmt
|
||||
end
|
||||
end
|
||||
-- 豪华月卡累计总额
|
||||
function this.GetsmonthSaveAmt()
|
||||
|
|
Loading…
Reference in New Issue