Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
gaoxin 2022-01-10 15:06:33 +08:00
commit 4f321a8b4e
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ function this:ShowSingleData(item,sdata,index)
Util.AddOnceClick(self.maskList[item],function ()
for i = 1, #self.maskImageList do
self.maskImageList[i]:SetActive(false)
for key, value in pairs(self.maskImageList) do
value:SetActive(false)
end
if self.selectId == sdata.Id then
self.maskImageList[item]:SetActive(false)