跳到主内容
Help Center
切换导航菜单
Back to website
简体中文
Deutsch
English (US)
Español
Français
日本語
Nederlands
Português
Русский
Українська
Tiếng Việt
繁體中文
提交请求
登录
搜索
BitMart
常见问题
联系我们
How can we help?
搜索
联系我们
联系在线客服以获取帮助
2024-09-02 04:04:47 UTC
OTC商户申请
2023-12-06 02:56:08 UTC
电报群汇总
2025-03-13 19:19:04 UTC
申请上币
2025-01-11 15:29:02 UTC
与我们合作
2024-04-12 22:54:33 UTC
帮助我们
2024-04-05 07:41:03 UTC
获得帮助
2024-09-09 01:10:04 UTC
BitMart用户体验调查问卷
2024-03-18 01:16:44 UTC
类别
<% 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 %>
切换导航菜单
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
类别
类别
<% 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) { %>
查看更多
<% } %>
<% } %>