一级导航栏目调用不出来typeurl,其他都正常,不知道什么原因,求指导,代码如下
<ul class="nav clearfix">
<li class="m {eyou:eq name='$Request.param.m' value='Index'}on{/eyou:eq}">
<h3><a href="/" class="fu-item">网站首页</a></h3>
</li>
{eyou:channel type="top" row="10" id="field" currentstyle="on"}
<li class="m {$field.currentstyle}">
<h3><a href="{$field.typeurl}" title="{$field.typename}" class="fu-item">{$field.typename}</a></h3>
{eyou:notempty name="$field.children"}
<ul class="sub">
{eyou:channel name="$field.children" id="field2" row="10"}
<li><a href="{$field2.typeurl}">{$field2.typename}</a></li>
{/eyou:channel}
</ul>
{/eyou:notempty}
</li>
{/eyou:channel}
</ul>
服务器环境
php 7.2
apache 2.4.27
mysql 5.5.54