키워드 없을시 노출안되게 수정
This commit is contained in:
parent
0d4ece6dd7
commit
c35e834398
@ -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-green" onclick="gfn_reserveReadItem('${result.masterId}')">방문열람신청</button>
|
||||||
<button type="button" class="btn btn-orange" onclick="fn_addRentCart('${result.masterId}', '${result.useStatus}')">카트담기</button>
|
<button type="button" class="btn btn-orange" onclick="fn_addRentCart('${result.masterId}', '${result.useStatus}')">카트담기</button>
|
||||||
</div>
|
</div>
|
||||||
|
<c:if test="${fn:length(keywordList) > 0 }">
|
||||||
<div class="keyword">
|
<div class="keyword">
|
||||||
<span class="first">키워드</span>
|
<span class="first">키워드</span>
|
||||||
<c:forEach var="keyword" items="${keywordList }">
|
<c:forEach var="keyword" items="${keywordList }">
|
||||||
<span><c:out value="${keyword}"/></span>
|
<span><c:out value="${keyword}"/></span>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</div>
|
</div>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -392,7 +394,7 @@ function goList(){
|
|||||||
</div>
|
</div>
|
||||||
<div class="Qr">
|
<div class="Qr">
|
||||||
<div class="inner">
|
<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 class="Qrtext"><p><strong>QR코드</strong>를 스캔해주세요.</p></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user