刷冲特权寻宝界面修改
parent
7b2671312d
commit
b9cdd66d9a
|
@ -264,7 +264,7 @@ function FindTreasureMainPanel:OnShowPanelData(isSort,isTop,isAni)
|
|||
curVipState = 3
|
||||
bool2 = false
|
||||
end
|
||||
self.textImage:SetActive(false)
|
||||
self.textImage:SetActive(true)
|
||||
self.FindTreasureVipEffect:SetActive(curVipState > 1)
|
||||
--self.FindTreasureVipText.text = RefreshItemNum
|
||||
self.FindTreasureVipIcon.sprite = self.spLoader:LoadSprite(FindTreasureVipTypeSprite[curVipState])
|
||||
|
|
|
@ -64,7 +64,6 @@ function GMShuaChongTeQuan:InitComponent()
|
|||
elseif state==2 then
|
||||
self.payTxt.text="已领取"
|
||||
end
|
||||
LogError("len=============="..len)
|
||||
Util.AddOnceClick(self.btn_buy,function()
|
||||
if state==0 then
|
||||
PayManager.Pay(recharge.Id, function()
|
||||
|
@ -80,7 +79,7 @@ function GMShuaChongTeQuan:InitComponent()
|
|||
end)
|
||||
end
|
||||
end)
|
||||
local list=recharge.OpenPrivilege
|
||||
local list=recharge.PrivilegeInfor
|
||||
local newList={}
|
||||
for i = 1, #list do
|
||||
local config=ConfigManager.GetConfigData(ConfigName.PrivilegeTypeConfig,list[i])
|
||||
|
|
Loading…
Reference in New Issue