Update - 1.11.0.113
EN: 1.11.0.113 CN: 1.11.0.114 JP: 1.11.0.118 KR: 1.11.0.118
This commit is contained in:
@@ -116,7 +116,8 @@ SwimTheme_11100Ctrl._mapNodeConfig = {
|
||||
txtTaskProgressEnd = {sComponentName = "TMP_Text"},
|
||||
redDotEntrance2 = {},
|
||||
storyRedDot = {},
|
||||
reddotLevel = {}
|
||||
reddotLevel = {},
|
||||
imgRemaineTime = {}
|
||||
}
|
||||
SwimTheme_11100Ctrl._mapEventConfig = {}
|
||||
SwimTheme_11100Ctrl._mapRedDotConfig = {}
|
||||
@@ -211,6 +212,7 @@ function SwimTheme_11100Ctrl:RefreshTime()
|
||||
end
|
||||
end
|
||||
self._mapNode.imgEnd:SetActive(not bOpen)
|
||||
self._mapNode.imgRemaineTime.gameObject:SetActive(bOpen)
|
||||
local nOpenMonth, nOpenDay, nEndMonth, nEndDay, nOpenYear, nEndYear = self.SwimThemeData:GetActGroupDate()
|
||||
local strOpenDay = string.format("%d", nOpenDay)
|
||||
local strEndDay = string.format("%d", nEndDay)
|
||||
|
||||
Reference in New Issue
Block a user