Authored by 王涛

菜单悬浮展示菜单名称

... ... @@ -278,7 +278,7 @@
? item2.path
: [item.moduleid, item2.moduleid, ''].join('/');
}}
<dd title="{{ item.name }}" data-name="{{ item2.moduleid || '' }}" data-jump="{{ item2.path || '' }}"
<dd title="{{ item2.name }}" data-name="{{ item2.moduleid || '' }}" data-jump="{{ item2.path || '' }}"
class="layui-nav-item {{ classSelected2() }} {{isselectd}}"
>
{{# if(item2.menuDesc.indexOf('第三方') == '-1') {}}
... ... @@ -296,7 +296,7 @@
? item3.path
: [item.moduleid, item2.moduleid, item3.moduleid].join('/')
}}
<dd data-name="{{ item3.moduleid || '' }}" data-jump="{{ item3.path || '' }}">
<dd title="{{ item3.name }}" data-name="{{ item3.moduleid || '' }}" data-jump="{{ item3.path || '' }}">
{{# if(item2.menuDesc.indexOf('第三方') == '-1') {}}
<a href="javascript:;" lay-href="{{ url3 }}" {{ item3.iframe ? 'lay-iframe="true"' : ''}}>{{ item3.name }}</a>
{{# }else{ }}
... ...