去掉文本冒号
This commit is contained in:
parent
f2047f1833
commit
36b340003a
@ -74,7 +74,7 @@ function DungeonDifficultyUI:onLoadRootComplete()
|
|||||||
end
|
end
|
||||||
self.txTime:setText(I18N:getGlobalText(I18N.GlobalConst.TODAY_REMAIN_TIMES, timeStr))
|
self.txTime:setText(I18N:getGlobalText(I18N.GlobalConst.TODAY_REMAIN_TIMES, timeStr))
|
||||||
self.txFrist:setText(I18N:getGlobalText(I18N.GlobalConst.FIRST_PASS))
|
self.txFrist:setText(I18N:getGlobalText(I18N.GlobalConst.FIRST_PASS))
|
||||||
self.rewardTx:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_DESC)..":")
|
self.rewardTx:setText(I18N:getGlobalText(I18N.GlobalConst.REWARD_DESC))
|
||||||
self.txLock:setText(I18N:getGlobalText(I18N.GlobalConst.PASS_REQUIRE))
|
self.txLock:setText(I18N:getGlobalText(I18N.GlobalConst.PASS_REQUIRE))
|
||||||
|
|
||||||
self:refreshDifficulty()
|
self:refreshDifficulty()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user