<% var pageData = contentData.pageData; var powerResult = contentData.powerResult; var userType = contentData.userType; var examData = _.isEmpty(contentData.customerExamInfo) ?{}:contentData.customerExamInfo ; %> <% if (_.isEmpty(pageData)) { %> <% if (powerResult == 2) { %>
<% } else if (powerResult == 3) { %> <% if (userType == 0) { %>
<% } else if (userType == 1) { %>
<% } else if (userType == 2) { %>
<% } %> <% } else if (powerResult == 6) { %>
<% } %> <% } else { %> <% if (menuType == 1) { %>
<% if (!_.isEmpty(pageData.dataDetail.title)) { %>
<%=pageData.dataDetail.title %>
<% } %>
<% _single_dom = $(pageData.viewHtml); _single_img_html = _single_dom.find("img").prop('outerHTML'); _single_dom.find("img").remove(); %> <% if (!_.isEmpty(_single_img_html)) { %>
<%=_single_img_html %>
<% } %> <%=_single_dom.html() %>
<% } else if (menuType == 2 || menuType == 4 || menuType == 5) { %>
<% var lastIndex = linejustone ? 2 : 1%> <% _.each(pageData, function (obj, index) {%> <% if (linejustone && index > 2) return; %>
<% if (menuStyleType == 2 && !linejustone) { %>
<%if (obj.isTop!=0){%>
[置顶]
<%}%><%=obj.title %>
<%=(obj.dateTime==null||obj.dateTime==''?"--":obj.dateTime)%>
<% } else { %> <% if (menuType == 2 || menuType == 5) { %>
<% } %>
<%if (obj.isTop!=0){%>
[置顶]
<%}%><%=obj.title %>
<%=obj.text %>
<% } %>
<% }); %>
<%=_.isNumber(examData.ExamScore) ?examData.ExamScore: '-1'%>
<% } else if (menuType == 4) { %> <% } else if (menuType == 5) { %> <% } else if (menuType == 8 || menuType == 10 || menuType == 11) { %>
<%=_.isNumber(examData.ExamScore) ?examData.ExamScore: '-1'%>
<% _.each(pageData, function (obj, index) {%>
<%=obj.ProductName %>
<% }); %>
<% } %> <% } %>