メインコンテンツへスキップ
ヘルプ
薬急便ヘルプ
お知らせ
運営からのお知らせ
検索
運営からのお知らせ
2023.06.13 規約改定のお知らせ
2023.05.30 システムメンテナンスのお知らせ
2023.02.14 規約改定のお知らせ
QRコードリーダーの読み込み精度に関するお知らせ
2023.03.30 LINEミニアプリのシステム障害のお知らせ
2023.03.30 システムメンテナンスのお知らせ
2023.03.02 システムメンテナンスのお知らせ
2023.02.17 システム障害のお知らせ
2022.11.28 システムメンテナンスのお知らせ
2022.08.07 障害復旧完了のお知らせ
2022.02.15 規約改定のお知らせ
お問い合わせ
薬急便のサービスに関するご質問・ご要望はこちらからお問い合わせください。
お問い合わせ
カテゴリ
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-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 }) %>
<% }); %>
<% if (categories.length) { %>
カテゴリ
<% 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) { %>
もっと見る
<% } %>
<% } %>