【月卡】累冲金额调整
parent
bbbf5598d6
commit
26e63d7c9e
|
|
@ -638,8 +638,12 @@ function this.RefreshMonthCardChargeMoney(msg)
|
|||
smonthSaveAmt = msg.smonthSaveAmt--豪华月卡累计总额
|
||||
end
|
||||
-- 月卡累计总额
|
||||
function this.GetmonthSaveAmt()
|
||||
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