<%if(commentList){%> <%for(var i = 0 ; i < commentList.length ; i++){%>
<%=commentList[i].patientContactsName%> <%=commentList[i].createTime%> <% var nursesStarNum = commentList[i].commentStarNum; %>
<%for(var j = 0 ; j < 5 ; j++){%> <%if(j < nursesStarNum){%> <%if( nursesStarNum - j > 0 && nursesStarNum - j < 1){%>
<%}else{%>
<%}%> <%}else{%>
<%}%> <%}%>
<%= commentList[i].commentContent%>
<%}%> <%}else{%>
暂无评价
<%}%>