mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-26 02:29:47 +02:00
display photo
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
local active = "toc_active"
|
||||
for k, v in pairs(data) do
|
||||
?>
|
||||
<li class="<?=active?>"><a href=<?='"#toc'..v[2]..'"'?> onclick='switchTab("toc<?=v[2]?>", this)' ><?=v[1]?></a></li>
|
||||
<!--onclick='switchTab("toc<?=v[2]?>", this)'-->
|
||||
<li class="<?=active?>"><a href=<?='"#toc'..v[2]..'"'?> ><?=v[1]?></a></li>
|
||||
<?lua
|
||||
active = ''
|
||||
end
|
||||
|
Reference in New Issue
Block a user