|
@@ -154,9 +154,7 @@
|
|
|
<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
|
|
<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
|
|
|
</p>
|
|
</p>
|
|
|
<!-- <th:block th:each="ContentsData, ContentsStat : ${mainLayoutData.ContentsList}">-->
|
|
<!-- <th:block th:each="ContentsData, ContentsStat : ${mainLayoutData.ContentsList}">-->
|
|
|
- <!-- 2021.08.30 card007 메인 잇 아이템 전체보기 주석처리 추후 주석 제거 필요 -->
|
|
|
|
|
-<!-- <a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_BEST_MAIN);"><span>전체보기</span></a>-->
|
|
|
|
|
- <!-- //2021.08.30 card007 메인 잇 아이템 전체보기 주석처리 추후 주석 제거 필요 -->
|
|
|
|
|
|
|
+ <a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_BEST_MAIN);"><span>전체보기</span></a>
|
|
|
<!-- </th:block>-->
|
|
<!-- </th:block>-->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="cont_body">
|
|
<div class="cont_body">
|
|
@@ -459,7 +457,7 @@
|
|
|
<div class="item_prod">
|
|
<div class="item_prod">
|
|
|
<div class="item_state">
|
|
<div class="item_state">
|
|
|
<button type="button" class="itemLike" tabindex="0" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, goodsNm=${goodsData.goodsFullNm}, ithrCd='', contentsLoc='SMM009', planDtlSq=''">관심상품 추가</button>
|
|
<button type="button" class="itemLike" tabindex="0" th:classappend="${goodsData.likeIt == 'likeit'}? 'likeit' : ''" onclick="cfnPutWishList(this);" th:attr="goodsCd=${goodsData.goodsCd}, goodsNm=${goodsData.goodsFullNm}, ithrCd='', contentsLoc='SMM009', planDtlSq=''">관심상품 추가</button>
|
|
|
- <a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SMM009', '', 'xxx');">
|
|
|
|
|
|
|
+ <a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SMM009');">
|
|
|
<div class="itemPic">
|
|
<div class="itemPic">
|
|
|
<th:block th:each="option,idx:${goodsData.videos}" th:with="videoArr=${#strings.arraySplit(idx.current,':')}">
|
|
<th:block th:each="option,idx:${goodsData.videos}" th:with="videoArr=${#strings.arraySplit(idx.current,':')}">
|
|
|
<iframe th:if="${videoArr[0]=='Y'}" id="pdThumbVideo" class="pd_mov" th:src="${'https://www.youtube.com/embed/'+videoArr[1]+'?autoplay=1&mute=1'}"></iframe>
|
|
<iframe th:if="${videoArr[0]=='Y'}" id="pdThumbVideo" class="pd_mov" th:src="${'https://www.youtube.com/embed/'+videoArr[1]+'?autoplay=1&mute=1'}"></iframe>
|