活动界面选择图表
parent
d419d0edb2
commit
86701e3a78
|
@ -229,10 +229,10 @@ function this.PageTabAdapter(tab, index, status)
|
|||
-- end
|
||||
if sprite==nil or sprite=="" then
|
||||
local num=1
|
||||
if index %4==0 then
|
||||
if index %5==0 then
|
||||
num=1
|
||||
else
|
||||
num=index%4
|
||||
num=index%5
|
||||
end
|
||||
sprite="UI_hz_gonghui_3"..num
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue