活动界面选择图表

onepiece_demo_arena
xiejun 2023-12-08 22:29:11 +08:00
parent d419d0edb2
commit 86701e3a78
1 changed files with 2 additions and 2 deletions

View File

@ -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