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