키워드 없을시 노출안되게 수정

This commit is contained in:
JSYOO 2021-11-16 14:17:18 +09:00
parent 0d4ece6dd7
commit c35e834398

View File

@ -233,12 +233,14 @@ function goList(){
<button type="button" class="btn btn-green" onclick="gfn_reserveReadItem('${result.masterId}')">방문열람신청</button>
<button type="button" class="btn btn-orange" onclick="fn_addRentCart('${result.masterId}', '${result.useStatus}')">카트담기</button>
</div>
<div class="keyword">
<span class="first">키워드</span>
<c:forEach var="keyword" items="${keywordList }">
<span><c:out value="${keyword}"/></span>
</c:forEach>
</div>
<c:if test="${fn:length(keywordList) > 0 }">
<div class="keyword">
<span class="first">키워드</span>
<c:forEach var="keyword" items="${keywordList }">
<span><c:out value="${keyword}"/></span>
</c:forEach>
</div>
</c:if>
</div>
</div>
</div>
@ -392,7 +394,7 @@ function goList(){
</div>
<div class="Qr">
<div class="inner">
<div id="qrcode" class="Qrimg"><img src="images/img/img-QR.jpg" alt="QR코드 이미지"></div>
<div id="qrcode" class="Qrimg"><img src="/images/img/img-QR.jpg" alt="QR코드 이미지"></div>
<div class="Qrtext"><p><strong>QR코드</strong>를 스캔해주세요.</p></div>
</div>
</div>