修复 admin 页面 JavaScript 花括号错误
This commit is contained in:
@@ -2823,7 +2823,7 @@
|
||||
importData.categories.forEach(cat => {
|
||||
html += `<span class="px-2 py-1 bg-blue-100 text-blue-700 rounded text-xs">${cat.name}</span>`;
|
||||
});
|
||||
html += '</div>';}
|
||||
html += '</div>';
|
||||
} else if (importData.category) {
|
||||
html += `<div class="font-medium text-gray-800"><i class="ri-folder-line mr-1"></i>单个分类: ${importData.category.name}</div>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user