parent
b950331214
commit
14953651ea
|
|
@ -175,9 +175,9 @@ function RecruitEquipPanelNew:OnShow(sortingOrder)
|
||||||
self:OnSortingOrderChange(sortingOrder)
|
self:OnSortingOrderChange(sortingOrder)
|
||||||
self.gameObject:SetActive(true)
|
self.gameObject:SetActive(true)
|
||||||
if self.config.ShopData[1][1] == 4 then
|
if self.config.ShopData[1][1] == 4 then
|
||||||
self.lsthText.text = "意念商城"
|
self.lsthText.text = "意念礼包"
|
||||||
else
|
else
|
||||||
self.lsthText.text = "羁绊商城"
|
self.lsthText.text = "羁绊礼包"
|
||||||
end
|
end
|
||||||
RecruitManager.curWishType = self.config.ShopData[1][1]
|
RecruitManager.curWishType = self.config.ShopData[1][1]
|
||||||
self.singleConfig = ConfigManager.GetConfigDataByDoubleKey(ConfigName.LotterySetting, "LotteryType",
|
self.singleConfig = ConfigManager.GetConfigDataByDoubleKey(ConfigName.LotterySetting, "LotteryType",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue