Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
6b6c6b48db
|
@ -163,6 +163,7 @@ function RewardItemPopup:OnOpen(...)
|
||||||
this.qiJieCondition:SetActive(compShowType == 10)--七界试炼
|
this.qiJieCondition:SetActive(compShowType == 10)--七界试炼
|
||||||
this.dropGrid:SetActive(false)
|
this.dropGrid:SetActive(false)
|
||||||
this.dropGridArena:SetActive(false)
|
this.dropGridArena:SetActive(false)
|
||||||
|
this.lvAndExpGo:SetActive(compShowType == 1)
|
||||||
-- 设置背景遮罩的显隐
|
-- 设置背景遮罩的显隐
|
||||||
local isHideBG = args[6]
|
local isHideBG = args[6]
|
||||||
this.btnBack:GetComponent("Image").color = Color.New(0, 0, 0, isHideBG and 0 or 0.8)
|
this.btnBack:GetComponent("Image").color = Color.New(0, 0, 0, isHideBG and 0 or 0.8)
|
||||||
|
|
Loading…
Reference in New Issue