ข้ามไปยังเนื้อหาหลัก
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
เราจะช่วยคุณได้อย่างไร?
ค้นหา
PRO360 Help Center
ข้อมูลทั่วไป
เข้าสู่ระบบโซเชียล PRO360
เข้าสู่ระบบโซเชียล PRO360
การเข้าสู่ระบบผ่านสื่อสังคมคืออะไรและทำงานอย่างไรใน PRO360?
ฉันยังสามารถเข้าสู่ระบบโดยใช้อีเมลและรหัสผ่าน SingleKey ของฉันได้หรือไม่?
เกิดอะไรขึ้นเมื่อฉันลงทะเบียนโดยใช้การเข้าสู่ระบบผ่านสื่อสังคมครั้งแรก?
ฉันสามารถดูหรือจัดการผู้ให้บริการการเข้าสู่ระบบของฉันได้อย่างไร?
ฉันสามารถเพิ่มผู้ให้บริการการเข้าสู่ระบบมากกว่าหนึ่งคนในบัญชี PRO360 ของฉันได้หรือไม่?
จะเกิดอะไรขึ้นถ้าฉันต้องการเปลี่ยนผู้ให้บริการการเข้าสู่ระบบ?
ทำไม PRO360 ถึงสร้างบัญชีใหม่เมื่อฉันเข้าสู่ระบบด้วยผู้ให้บริการที่แตกต่างกัน?
ฉันจะลบหรือยกเลิกการเชื่อมโยงผู้ให้บริการการเข้าสู่ระบบจากบัญชีของฉันได้อย่างไร?
ฉันสามารถอัปเดตที่อยู่อีเมลของฉันใน PRO360 ได้หรือไม่?
ฉันเปลี่ยนแปลงอีเมลกับผู้ให้บริการของฉัน แต่ PRO360 ยังแสดงอีเมลเก่าอยู่ ทำไม?
ค้นหาที่ได้รับความนิยม:
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
ไม่สามารถค้นหาสิ่งที่คุณกำลังมองหา?
ทีมผู้เชี่ยวชาญของเราพร้อมช่วยเหลือคุณ
ติดต่อเรา
หมวดหมู่
<% 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) { %>
ดูเพิ่มเติม
<% } %>
<% } %>