主城修改

dev_chengFeng
jiaoyangna 2021-03-03 14:19:34 +08:00
parent 4e90f04c9d
commit c6f716f1ba
2 changed files with 2018 additions and 1590 deletions

File diff suppressed because it is too large Load Diff

View File

@ -162,15 +162,15 @@ function this:InitComponent()
this.upperMonthCardBtn=Util.GetGameObject(self.transform,"RightUp/upperMonthCardBtn")
this.upperMonthCardRedPoint = Util.GetGameObject(this.upperMonthCardBtn, "redPoint")
this.upperMonthCardTimeBg = Util.GetGameObject(this.upperMonthCardBtn, "Image_1")
this.upperMonthCardTime = Util.GetGameObject(this.upperMonthCardBtn, "time"):GetComponent("Text")
this.upperMonthCardTime = Util.GetGameObject(this.upperMonthCardBtn, "Image_1/time"):GetComponent("Text")
--限时折扣
this.upGradePackageBtn = Util.GetGameObject(self.transform,"RightUp/upGradePackageBtn")
this.upGradePackageTime = Util.GetGameObject(this.upGradePackageBtn, "time"):GetComponent("Text")
this.upGradePackageTime = Util.GetGameObject(this.upGradePackageBtn, "Image_1/time"):GetComponent("Text")
--百宝商会
this.treasureStoreBtn=Util.GetGameObject(self.transform,"RightUp/treasureStoreBtn")
this.treasureStoreTime=Util.GetGameObject(this.treasureStoreBtn,"time"):GetComponent("Text")
this.treasureStoreTime=Util.GetGameObject(this.treasureStoreBtn,"Image_1/time"):GetComponent("Text")
this.treasureStoreRedPoint=Util.GetGameObject(this.treasureStoreBtn,"redPoint")
---- 招财猫
--this.luckyCatBtn = Util.GetGameObject(self.gameObject, "RightUp/luckyCat")
@ -183,7 +183,7 @@ function this:InitComponent()
-- 云梦祈福
this.paryGift = Util.GetGameObject(self.gameObject, "RightUp/paryGift")
this.paryGiftTime = Util.GetGameObject(self.gameObject, "RightUp/paryGift/time"):GetComponent("Text")
this.paryGiftTime = Util.GetGameObject(this.paryGift, "Image_1/time"):GetComponent("Text")
-- 战力排行
this.warPowerSort = Util.GetGameObject(self.gameObject, "RightUp/warPowerSort")
@ -196,7 +196,7 @@ function this:InitComponent()
-- 孙龙宝藏
this.treasureOfSl = Util.GetGameObject(self.gameObject, "RightUp/treasureOfSl")
this.treasureOfSlRedPoint = Util.GetGameObject(this.treasureOfSl, "redPoint")
this.treasureOfSlText = Util.GetGameObject(this.treasureOfSl, "time"):GetComponent("Text")
this.treasureOfSlText = Util.GetGameObject(this.treasureOfSl, "Image_1/time"):GetComponent("Text")
-- 问卷
this.questionnaireBtn = Util.GetGameObject(self.gameObject, "RightUp/questionnaire")
@ -215,12 +215,12 @@ function this:InitComponent()
-- 十绝阵
this.isDeathPosShow = nil
this.deathPosBtn = Util.GetGameObject(self.gameObject,"RightUp/deathPos")
this.deathPosTime = Util.GetGameObject(self.gameObject,"RightUp/deathPos/time"):GetComponent("Text")
this.deathPosTime = Util.GetGameObject(this.deathPosBtn,"Image_1/time"):GetComponent("Text")
-- 巅峰赛
this.isTopMatchShow = nil
this.topMatchBtn=Util.GetGameObject(self.gameObject,"RightUp/topMatch")
this.topMatchTime = Util.GetGameObject(self.gameObject,"RightUp/topMatch/time"):GetComponent("Text")
this.topMatchTime = Util.GetGameObject(this.topMatchBtn,"Image_1/time"):GetComponent("Text")
--远征
--this.expeditionBtn=Util.GetGameObject(self.gameObject,"RightUp/expedition")
@ -441,14 +441,14 @@ function this:InitComponent()
this.btnSupreme = Util.GetGameObject(self.gameObject, "RightUp/supreme")
this.supremeRedPoint = Util.GetGameObject(this.btnSupreme, "redPoint")
this.supremeTime = Util.GetGameObject(this.btnSupreme, "time"):GetComponent("Text")
this.supremeTime = Util.GetGameObject(this.btnSupreme, "Image_1/time"):GetComponent("Text")
this.btnUpGradePackage = Util.GetGameObject(self.gameObject, "RightUp/upGradePackageBtn")--升级限时礼包
--主题活动
this.btnDynamicActivity = Util.GetGameObject(self.gameObject, "RightUp/dynamicActivity")
this.DynamicActivityRedPoint = Util.GetGameObject(this.btnDynamicActivity, "redPoint")
this.DynamicActivityTime = Util.GetGameObject(this.btnDynamicActivity, "time"):GetComponent("Text")
this.DynamicActivityTime = Util.GetGameObject(this.btnDynamicActivity, "Image_1/time"):GetComponent("Text")
--挑战关卡快速升级提示
this.battleUpLvTip = Util.GetGameObject(self.gameObject, "LeftDown/battleUpLvTip")
@ -457,11 +457,11 @@ function this:InitComponent()
--三界除魔
this.isDemonSlayerShow = nil
this.btnDemonSlayer = Util.GetGameObject(self.gameObject, "RightUp/DemonSlayer")
this.DemonSlayerTime = Util.GetGameObject(this.btnDemonSlayer, "time"):GetComponent("Text")
this.DemonSlayerTime = Util.GetGameObject(this.btnDemonSlayer, "Image_1/time"):GetComponent("Text")
--牛转乾坤
this.btnNiuZhuan = Util.GetGameObject(self.gameObject, "RightUp/NiuZhuan")
this.NiuZhuanTime = Util.GetGameObject(this.btnNiuZhuan, "time"):GetComponent("Text")
this.NiuZhuanTime = Util.GetGameObject(this.btnNiuZhuan, "Image_1/time"):GetComponent("Text")
this.NiuZhuanRedPoint = Util.GetGameObject(this.btnNiuZhuan, "redPoint")
end