Update index.html

This commit is contained in:
邹景立 2021-04-07 19:28:39 +08:00
parent b0541d6d5a
commit 5e9bd833df

View File

@ -8,7 +8,7 @@
{block name="content"} {block name="content"}
<div class="layui-tab layui-tab-card"> <div class="layui-tab layui-tab-card">
<ul class="layui-tab-title notselect sub-strong-text"> <ul class="layui-tab-title notselect">
{foreach $total as $k=>$v}{if isset($type) and 't'.$type eq $k} {foreach $total as $k=>$v}{if isset($type) and 't'.$type eq $k}
<li class="layui-this" data-open="{:url('index')}?type={$k}"> <li class="layui-this" data-open="{:url('index')}?type={$k}">
{if is_numeric($v.vip)}<span class="color-desc margin-right-5">[<b class="margin-col-5">VIP{$v.vip}</b>]</span>{/if} {if is_numeric($v.vip)}<span class="color-desc margin-right-5">[<b class="margin-col-5">VIP{$v.vip}</b>]</span>{/if}