lists_tags 模版 调出
{eyou:tag sort='now' getall='1' currentstyle='cat_cursor' row='100'}
<a class="{$field.currentstyle}" href="{$field.link}" title="{$field.tag}">{$field.tag}</a>
{/eyou:tag} 这里判断CSS 是在 zuowen2020corelibrarythinktemplatetaglibeyouTagTag.php 添加
/*标记栏目被选中效果*/
if ($val['id'] == $typeid || $val['id'] == $this->tid) {
$val['currentstyle'] = $this->currentstyle;
} else {
$val['currentstyle'] = '';
}
/*--end*/ 里面需要怎么写个