no message

Fuhaifeng 2020-12-18 10:08:23 +08:00
parent 1c89a5c8cd
commit 798fe1debe
2 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
{"buglyId":"261348dcd3", "channel":"pc", "resUrl":"http://60.1.1.12/jieling_dl/dev/assetBundles/subChannal094-test/", "packageVersion":"0.2", "subChannel":"1", "version":"0.15.0", "serverUrl":"http://60.1.1.23:8080/"}
{"subChannel":"1", "buglyId":"261348dcd3", "channel":"pc", "resUrl":"http://60.1.1.12/jieling_dl/dev/assetBundles/subChannal094-test/", "packageVersion":"0.2", "version":"0.15.0", "serverUrl":"http://60.1.1.23:8080/"}

View File

@ -243,14 +243,14 @@ function this:SetRoleList(_roleDatas)
go.gameObject:SetActive(false)
end
local _updater=coroutine.start(function()
-- local _updater=coroutine.start(function()
coroutine.wait(0.1*index)
-- coroutine.wait(0.1*index)
Log("RoleListPanel SingleHeroDataShow..")
this.SingleHeroDataShow(go, roleDatas[index])
-- Log("RoleListPanel SingleHeroDataShow..")
-- this.SingleHeroDataShow(go, roleDatas[index])
end)
-- end)
-- this.SingleHeroDataShow(go, roleDatas[index])
--Log("RoleListPanel::SetRoleList_HeroDataShow____")
end)
@ -266,6 +266,7 @@ function this:SetRoleList(_roleDatas)
Timer.New(function ()
go.gameObject:SetActive(true)
PlayUIAnim(go.gameObject)
this.SingleHeroDataShow(go, roleDatas[index])
end, 0.03*(index-1)):Start()
end)
if isFristOpenTime then