mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +08:00
Update config.html
This commit is contained in:
parent
da88ac3805
commit
f87a1ec7b1
@ -86,7 +86,7 @@
|
|||||||
<div class="layui-tab layui-tab-card shadow-none">
|
<div class="layui-tab layui-tab-card shadow-none">
|
||||||
<ul class="layui-tab-title">
|
<ul class="layui-tab-title">
|
||||||
{foreach $levels as $level}
|
{foreach $levels as $level}
|
||||||
<li data-rule-tab>{$level.name|default=''}</li>
|
<li data-rule-tab>[ <b class="color-red">VIP{$level.number|default=0}</b> ] {$level.name|default=''}</li>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</ul>
|
</ul>
|
||||||
<div class="layui-tab-content padding-0">
|
<div class="layui-tab-content padding-0">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user