|
@@ -81,6 +81,26 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
</c:if>
|
|
|
+ <c:if test="${cmClubinfo.userIdentity ne null and cmClubinfo.userIdentity ne ''}">
|
|
|
+ <div class="main-box-tp">
|
|
|
+ <p>机构级别:
|
|
|
+ <span>
|
|
|
+ <c:if test="${cmClubinfo.userIdentity eq 4}">
|
|
|
+ 个人机构
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.userIdentity eq 2}">
|
|
|
+ 资质机构
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.svipUserFlag eq 1}">
|
|
|
+ <font color="red">(超级会员)</font>
|
|
|
+ </c:if>
|
|
|
+ <c:if test="${cmClubinfo.userIdentity eq 2 and cmClubinfo.svipUserFlag eq 0}">
|
|
|
+ <font color="red">(普通会员)</font>
|
|
|
+ </c:if>
|
|
|
+ </span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
<c:if test="${cmClubinfo.medicalPracticeLicenseImg ne null and cmClubinfo.medicalPracticeLicenseImg ne ''}">
|
|
|
<div class="main-box-bt">
|
|
|
<p>医疗许可证:</p>
|