Chuyến đến nội dung chính
Trung tâm trợ giúp
Bật tắt menu điều hướng
Back to website
Tiếng Việt
Deutsch
English (US)
Español
Français
日本語
Nederlands
Português
Русский
Українська
简体中文
繁體中文
Gửi yêu cầu
Đăng nhập
Tìm kiếm
BitMart
FAQS
Liên hệ với chúng tôi
How can we help?
Tìm kiếm
Liên hệ với chúng tôi
Về chúng tôi
2022-08-19 16:36:31 UTC
Thêm coin vào BitMart
2025-01-11 15:29:02 UTC
Hợp tác với chúng tôi
2024-04-12 22:54:33 UTC
Nhận trợ giúp
2024-09-09 01:10:04 UTC
Nhóm
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Bật tắt menu điều hướng
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Nhóm
Nhóm
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Xem thêm
<% } %>
<% } %>