* Adjust code .

This commit is contained in:
guofeilong
2023-03-17 10:32:12 +08:00
parent a120ba4255
commit ad9b0affbc
+2 -2
View File
@@ -103,9 +103,9 @@ $(function()
{
var $item = '<a href=# ' +
'data-has-children="' + (item.children ? !!item.children.length : false) + '"' +
'title="' + item.title +
'title="' + item.name +
'">' +
'<div class="text h-full w-full flex-center">' + item.title +
'<div class="text h-full w-full flex-center">' + (item.name || '') +
'<i class="icon icon-drop icon-ellipsis-v float-r hidden"' +
'data-isCatalogue="' + (item.isCatalogue === false ? false : true) + '"' +
'></i>' +