|
@@ -44,20 +44,31 @@
|
|
|
<!-- //댓글 이미지 팝업 -->
|
|
<!-- //댓글 이미지 팝업 -->
|
|
|
<a href="javascript:void(0);" rel="modal:close" onclick="cfCloseLayer('layer_review_photo')" class="close-modal">Close</a>
|
|
<a href="javascript:void(0);" rel="modal:close" onclick="cfCloseLayer('layer_review_photo')" class="close-modal">Close</a>
|
|
|
<script th:inline="javascript">
|
|
<script th:inline="javascript">
|
|
|
-/*<![CDATA[*/
|
|
|
|
|
|
|
+$(document).ready( function() {
|
|
|
|
|
+ let replyAttchSq = 0;
|
|
|
|
|
+ if (!gagajf.isNull( [[${plan.attachSq}]])){
|
|
|
|
|
+ replyAttchSq = [[${plan.attachSq}]];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
var contactPopSwiper = new Swiper('.thumb_img_pop .swiper-container', {
|
|
var contactPopSwiper = new Swiper('.thumb_img_pop .swiper-container', {
|
|
|
- navigation: {
|
|
|
|
|
- nextEl: '.thumb_img_pop .swiper-button-next',
|
|
|
|
|
- prevEl: '.thumb_img_pop .swiper-button-prev',
|
|
|
|
|
- },
|
|
|
|
|
- pagination: {
|
|
|
|
|
- el: '.thumb_img_pop .swiper-pagination',
|
|
|
|
|
- clickable: true,
|
|
|
|
|
- },
|
|
|
|
|
- observer:true,
|
|
|
|
|
- observeParents: true,
|
|
|
|
|
-});
|
|
|
|
|
|
|
+ navigation: {
|
|
|
|
|
+ nextEl: '.thumb_img_pop .swiper-button-next',
|
|
|
|
|
+ prevEl: '.thumb_img_pop .swiper-button-prev',
|
|
|
|
|
+ },
|
|
|
|
|
+ pagination: {
|
|
|
|
|
+ el: '.thumb_img_pop .swiper-pagination',
|
|
|
|
|
+ clickable: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ observer:true,
|
|
|
|
|
+ observeParents: true,
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
|
|
+ contactPopSwiper.slideTo(replyAttchSq, 0, false);
|
|
|
|
|
+ contactPopSwiper.update();
|
|
|
|
|
|
|
|
|
|
+});
|
|
|
|
|
+/*<![CDATA[*/
|
|
|
|
|
+
|
|
|
/*]]>*/
|
|
/*]]>*/
|
|
|
</script>
|
|
</script>
|
|
|
</html>
|
|
</html>
|