목차 없으면 안나오게.

This commit is contained in:
JSYOO 2021-12-13 18:10:28 +09:00
parent a30310fc33
commit 173e10c762

View File

@ -391,16 +391,17 @@ function goList(){
</div> </div>
</div> </div>
<c:if test="${!empty result.bookIndex }">
<div class="con-2"> <div class="con-2">
<div class="top"> <div class="top">
<h3><span>목차</span>정보</h3> <h3><span>목차</span>정보</h3>
<button type="button" class="down-btn" title="접기/펼치기">down-btn</button> <button type="button" class="down-btn" title="접기/펼치기">down-btn</button>
</div> </div>
<div class="bottom h-down"> <div class="bottom h-down">
<p><c:if test="${empty result.bookIndex }">없음</c:if><c:out value="${result.bookIndex }"/></p> <p><c:out value="${result.bookIndex }"/></p>
</div> </div>
</div> </div>
</c:if>
<c:if test="${fn:length(seeTogetherListVO) > 0 }"> <c:if test="${fn:length(seeTogetherListVO) > 0 }">
<div class="con-3"> <div class="con-3">
<div class="bottom"> <div class="bottom">