Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
4f321a8b4e
|
@ -154,8 +154,8 @@ function this:ShowSingleData(item,sdata,index)
|
||||||
|
|
||||||
|
|
||||||
Util.AddOnceClick(self.maskList[item],function ()
|
Util.AddOnceClick(self.maskList[item],function ()
|
||||||
for i = 1, #self.maskImageList do
|
for key, value in pairs(self.maskImageList) do
|
||||||
self.maskImageList[i]:SetActive(false)
|
value:SetActive(false)
|
||||||
end
|
end
|
||||||
if self.selectId == sdata.Id then
|
if self.selectId == sdata.Id then
|
||||||
self.maskImageList[item]:SetActive(false)
|
self.maskImageList[item]:SetActive(false)
|
||||||
|
|
Loading…
Reference in New Issue