|
@@ -54,7 +54,7 @@
|
|
|
<th:block th:each="goodsImg, status : ${goodsImgList}">
|
|
<th:block th:each="goodsImg, status : ${goodsImgList}">
|
|
|
<div class="swiper-slide" th:classappend="${status.first and videoYn == 'N'}? 'on' : ''" th:with="count=${(videoYn == 'Y')? (status.count +1): status.count }"
|
|
<div class="swiper-slide" th:classappend="${status.first and videoYn == 'N'}? 'on' : ''" th:with="count=${(videoYn == 'Y')? (status.count +1): status.count }"
|
|
|
th:if="${ not (#strings.contains(goodsImg.sysImgNm,'_S1.')
|
|
th:if="${ not (#strings.contains(goodsImg.sysImgNm,'_S1.')
|
|
|
- ` or #strings.contains(goodsImg.sysImgNm,'_L1.')
|
|
|
|
|
|
|
+ or #strings.contains(goodsImg.sysImgNm,'_L1.')
|
|
|
or #strings.contains(goodsImg.sysImgNm,'_L2.'))}">
|
|
or #strings.contains(goodsImg.sysImgNm,'_L2.'))}">
|
|
|
<a th:href="${'#navLocate'+ count}">
|
|
<a th:href="${'#navLocate'+ count}">
|
|
|
<span class="thumb">
|
|
<span class="thumb">
|