|
|
@@ -47,7 +47,7 @@
|
|
|
<ul class="link">
|
|
|
<li th:if="${(isApp == null || isApp == 'false' || isApp == '')}"><a href="http://www.ftc.go.kr/bizCommPop.do?wrkr_no=2298137000" target="_blank" title="새창 열림">사업자정보확인</a></li>
|
|
|
<li th:if="${isApp != null && isApp == 'true'}"><a href="public://?link=http://www.ftc.go.kr/bizCommPop.do?wrkr_no=2298137000" target="_blank" title="새창 열림">사업자정보확인</a></li>
|
|
|
- <li><a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_VIEW_NORMAL);">PC버전</a></li>
|
|
|
+ <li th:if="${(isApp == null || isApp == 'false' || isApp == '')}"><a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_VIEW_NORMAL);">PC버전</a></li>
|
|
|
<li th:if="${(isApp == null || isApp == 'false' || isApp == '') && osType == 'A'}"><a href="https://play.google.com/store/apps/details?id=com.istyle24.commerce" target="_blank" class="wivisapp">APP 다운로드</a></li>
|
|
|
<li th:if="${(isApp == null || isApp == 'false' || isApp == '') && osType == 'I'}"><a href="https://apps.apple.com/kr/app/id627774402?mt=8" target="_blank" class="wivisapp">APP 다운로드</a></li>
|
|
|
<li th:if="${(isApp == null || isApp == 'false' || isApp == '')}"><a href="http://zine.istyle24.com" target="_blank" title="새창 열림" class="t_req">SN@PP</a></li>
|
|
|
@@ -748,15 +748,15 @@ $("#daumZipcodePop_close").on("click", function(){
|
|
|
</script>
|
|
|
|
|
|
<!-- 네이버페이 유입 공통 적용 스크립트 , 모든 페이지에 노출되도록 설치. 단 전환페이지 설정값보다 항상 하단에 위치해야함 -->
|
|
|
-<!-- <script type="text/javascript" src="//wcs.naver.net/wcslog.js"> </script> -->
|
|
|
+<script type="text/javascript" src="//wcs.naver.net/wcslog.js"> </script>
|
|
|
<script type="text/javascript">
|
|
|
-// if (!wcs_add) var wcs_add={};
|
|
|
-// wcs_add["wa"] = [[${@environment.getProperty('naverPay.common.certification.key')}]];
|
|
|
-// if (!_nasa) var _nasa={};
|
|
|
-// if(window.wcs){
|
|
|
-// wcs.inflow("style24.com");
|
|
|
-// wcs_do(_nasa);
|
|
|
-// }
|
|
|
+ if (!wcs_add) var wcs_add={};
|
|
|
+ wcs_add["wa"] = [[${@environment.getProperty('naverPay.common.certification.key')}]];
|
|
|
+ if (!_nasa) var _nasa={};
|
|
|
+ if(window.wcs){
|
|
|
+ wcs.inflow("style24.com");
|
|
|
+ wcs_do(_nasa);
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
<!-- Enliple(모비온) Insite breakAway Popup start -->
|