1
0
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:
lxsang
2021-01-05 19:12:35 +00:00
parent 9eb6d62d7d
commit 87169dd41f
6 changed files with 74 additions and 32 deletions

View File

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