(구)출고사진

뒤로가기
제목

명세*님 H12W 오렌지 출고

작성자 황나래(ip:)

작성일 2016-09-07

조회 968

평점 0점  

추천 추천하기

내용

'; EC$('body').append(EC$(container)); } else { var container = '
'; EC$('body').append(EC$('
')).append(EC$(container)); EC$('#' + this.sBackLayerID).on('click', function() { CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.closeOptionCommon(); }); EC$('#' + this.sBackLayerID).css({width: EC$("body").width(),height: EC$("body").height(),opacity: .4}).show(); } var url = '/product/basket_option.html?product_no=' + this.iProductNo + '&sActionType=' + this.sActionType + '&cate_no=' + this.iCategoryNo; EC$('#' + this.sIframeID).attr('src', url); EC$('#' + this.sIframeID).on("load",function() { EC$(".close",this.contentWindow.document.body).on("click", function() { CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.closeOptionCommon(); }); }); CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.centerLayer(); EC$('#' + this.sLayerID).show(); }, closeOptionCommon: function() { EC$('div').remove('#' + this.sBackLayerID); EC$('#' + this.sIframeID).remove(); EC$('div').remove('#' + this.sLayerID); }, centerLayer: function() { var oThis = EC$('#' + this.sLayerID); var oWindow = EC$(window); oThis.css({ position: "absolute", top: ~~((oWindow.height() - oThis.outerHeight()) / 2) + oWindow.scrollTop() + "px", left: '50%', 'margin-left': ((oThis.outerWidth() / 2) * -1)+'px' }); return this; } }; var sOptionType = 'T'; var iProductNo; // var add_option_name = undefined; function isNewProductSkin() { return false; } function wish_btn_click(elm, prdNo, cateNo) { // item_code = itemCode; //product_no=3022&display_group=1 const currentState = history.state var pushData = { }; console.log(JSON.stringify(currentState)); iProductNo = prdNo; // history.replaceState(pushData, '', 'search.html?' + 'product_no=' + prdNo + '&cate_no=' + cateNo + '&display_group=1'); try { add_wishlist(elm, true); } catch(e) { console.log(e); } var u = ""; if(typeof URLSearchParams == "function") { u = new URLSearchParams(currentState).toString(); } else { var keys = Object.keys(currentState); for(var i = 0; i < keys.length; i++) { if(i != 0) { u += '&'; } u += keys[i] + '=' + encodeURIComponent(pushData[keys[i]]); } } // history.replaceState(currentState, '', 'search.html?' + u); }