神衣天降修改
parent
fe8da6eada
commit
32618d66bf
|
@ -2229,4 +2229,5 @@
|
|||
[12228] = GetLanguageStrById("升级成功!"),
|
||||
[12229] = GetLanguageStrById("装备个数"),
|
||||
[12230] = GetLanguageStrById("竞技守卫"),
|
||||
[12231] = GetLanguageStrById("$99.99抢购"),
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@ end
|
|||
function ShengYiTianJiang:InitComponent(gameObject)
|
||||
this.time = Util.GetGameObject(gameObject, "time/times"):GetComponent("Text")
|
||||
this.buyBtn = Util.GetGameObject(gameObject, "layout/buyBtn")
|
||||
this.buyBtnText = Util.GetGameObject(this.buyBtn, "Text"):GetComponent("Text")
|
||||
this.reviewBtn = Util.GetGameObject(gameObject, "layout/reviewBtn")
|
||||
this.scrollItem = Util.GetGameObject(gameObject, "scroller/grid")
|
||||
this.proPertyText = Util.GetGameObject(gameObject, "layout/proPertyText"):GetComponent("Text")
|
||||
|
@ -126,6 +127,7 @@ function ShengYiTianJiang:OnShowData()
|
|||
else
|
||||
LogGreen("找不到数据了:"..rechargeConfigId)
|
||||
end
|
||||
this.buyBtnText = Language[12231]
|
||||
end
|
||||
|
||||
function ShengYiTianJiang:SetTime()
|
||||
|
|
Loading…
Reference in New Issue