//=== viewid:dh_style_35_1575428127413,dh_style_35_1576068068851 ===// /*pc,鎵嬫満鏄剧ず闅愯棌*/ function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } var is_mobile_boolean = is_mobile(); $(function(){ /*pc,鎵嬫満鏄剧ず闅愯棌*/ }) //=== viewid:dh_style_35_1575428127413 ===// function navSwtich(obj) { $(obj).siblings(".menuUlCopy").slideToggle(200); $(obj).toggleClass('ontoggle'); $(obj).parent().siblings().find(".menuUlCopy").slideUp(200); $(obj).parent().siblings().find(".fa-angle-down").removeClass('ontoggle'); } function subLeft_dh_style_35_1575428127413(){ $("#dh_style_35_1575428127413 .menuUl>li").each(function(){ $(this).find(".menuUl03").css("left",'100%'); }) } $(window).resize(function() { subLeft_dh_style_35_1575428127413(); }) $(function(){ $("#dh_style_35_1575428127413 .fa-navicon").click(function(){ $("#dh_style_35_1575428127413").addClass('clearTransform'); $("#dh_style_35_1575428127413 .menuUlCopy").each(function(){ $(this).siblings(".fa").show(); }) }) subLeft_dh_style_35_1575428127413(); $("#dh_style_35_1575428127413 .subBox").css("top",$("#dh_style_35_1575428127413 .menuUl_box").height()); if($("#dh_style_35_1575428127413 .menuUl").hasClass("noHover")){ var tabNum = 0; $("#dh_style_35_1575428127413 .menuUl>li").find(".Onsub").each(function(){ tabNum += 1; $(this).parent().attr("tabNum",tabNum) }) $("#dh_style_35_1575428127413 .menuUl>li .Onsub").mouseover(function(){ $("#dh_style_35_1575428127413 .subBox").show(); var index = $(this).parent().attr("tabNum"); $("#dh_style_35_1575428127413 .subBox .subItems").eq(index-1).fadeIn(100).siblings().hide(); $("#dh_style_35_1575428127413 .subBox .subMenuImgArea .subMenuImgCon").eq(0).fadeIn(100).siblings().hide(); }) $("#dh_style_35_1575428127413 .subBox").mouseleave(function(){ $(this).hide(); }); $("#dh_style_35_1575428127413 .menuUl>li .Nosub").mouseover(function(){ $("#dh_style_35_1575428127413 .subBox").hide(); }) //椋庢牸41 42 } }) //=== viewid:homelink_style_02_1588043295578,homelink_style_04_1578043253979,tab_style_03_1578043472657,homelink_style_02_1588043320463,homelink_style_02_1588043349075,tab_style_03_1578045703756,productList_style_03_1578129079768,productList_style_03_1578130137454,productList_style_03_1578130196351,productList_style_03_1578130259585,productList_style_03_1578130351683,productList_style_03_1575623541968,productList_style_03_1588132091386,homelink_style_02_1584515846350,productList_style_13_1584516370670,homelink_style_04_1576117354046,tab_style_03_1576123640799,productList_style_04_1659066257318 ===// //=== viewid:productList_style_13_1584516370670 ===// var sys_url_productList_style_13_1584516370670="viewid=productList_style_13_1584516370670&name=productList&style=style_13&langid=0&pageid=1817279&viewCtrl=default"; //=== viewid:productList_style_13_1584516370670 ===// //-- $(function(){ var viewid="productList_style_13_1584516370670"; var sys_url="viewid=productList_style_13_1584516370670&name=productList&style=style_13&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_13_1584516370670; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1578043472657,tab_style_03_1578045703756,productList_style_03_1578129079768,productList_style_03_1578130137454,productList_style_03_1578130196351,productList_style_03_1578130259585,productList_style_03_1578130351683,productList_style_03_1575623541968,productList_style_03_1588132091386,productList_style_13_1584516370670,tab_style_03_1576123640799,productList_style_04_1659066257318 ===// var showSub = '0'; //=== viewid:productList_style_13_1584516370670 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_13_1584516370670 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:homelink_style_04_1576117354046 ===// function mobileFunc() { $('#homelink_style_04_1576117354046 .link_ul').removeClass('slideUp').removeClass('slideDown'); $('#homelink_style_04_1576117354046 .home-icon,#homelink_style_04_1576117354046 .bbx-iconfont').click(function(){ if($('#homelink_style_04_1576117354046 .link_ul').hasClass('slideDown')) { $('#homelink_style_04_1576117354046 .link_ul').removeClass('slideDown').addClass('slideUp'); }else { $('#homelink_style_04_1576117354046 .link_ul').removeClass('slideUp').addClass('slideDown'); } }); } mobileFunc(); //=== viewid:searchbox_style_01_1576117603090 ===// $("#searchbox_style_01_1576117603090 .search-btn").click(function(){ var kw=$("#searchbox_style_01_1576117603090 .search_input").val(); var gourl = $(this).attr("attrhref"); href = gourl+(gourl.indexOf('?')>-1?'&':'?')+"pkeyword="+kw; window.open(href); }) function searchOne(lname){ var gourl = $(lname).attr("attrhref"); href = gourl+(gourl.indexOf('?')>-1?'&':'?')+"pkeyword="+$(lname).html(); window.open(href); } $("#searchbox_style_01_1576117603090 .search_input").val(decodeURIComponent(Request("pkeyword"))); function goSearch(form) { console.log('form: ', form); $(form).find('.search-btn').trigger('click'); return false; } //=== viewid:tab_style_03_1576123640799 ===// //-- $(function(){ var viewid="productList_style_01_1576133731198"; var sys_url="viewid=productList_style_01_1576133731198&name=productList&style=style_01&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_01_1576133731198; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576123640799 ===// //-- $(function(){ var viewid="productList_style_01_1576134620819"; var sys_url="viewid=productList_style_01_1576134620819&name=productList&style=style_01&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_01_1576134620819; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576123640799 ===// //-- $(function(){ var viewid="productList_style_01_1576135042003"; var sys_url="viewid=productList_style_01_1576135042003&name=productList&style=style_01&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_01_1576135042003; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576123640799 ===// //-- $(function(){ var viewid="productList_style_01_1576137273337"; var sys_url="viewid=productList_style_01_1576137273337&name=productList&style=style_01&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_01_1576137273337; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576123640799 ===// //-- $(function(){ var viewid="productList_style_01_1576137309444"; var sys_url="viewid=productList_style_01_1576137309444&name=productList&style=style_01&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_01_1576137309444; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576123640799 ===// //-- $(function(){ var viewid="productList_style_01_1576137359810"; var sys_url="viewid=productList_style_01_1576137359810&name=productList&style=style_01&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_01_1576137359810; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576123640799 ===// $(function(){ tab_style03_init("div_tab_style_03_1576123640799",5); setHover_Choice("div_tab_style_03_1576123640799"); $("#tab_style_03_1576123640799 .tab_nav").show(); $("#tab_style_03_1576123640799 .tab_box").css({top:'',bottom:'',right:'',left:'',height:'',width:''}); }); //=== viewid:tab_style_03_1578043472657,tab_style_03_1578044394906,tab_style_03_1578045703756,tab_style_03_1578124397331,tab_style_03_1578273392171,tab_style_03_1578293314491,tab_style_03_1575962256082,tab_style_03_1576123640799,tab_style_03_1576144027037 ===// //=== viewid:tab_style_03_1576123640799 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_01_1576133731198 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:tab_style_03_1576123640799 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_01_1576134620819 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:tab_style_03_1576123640799 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_01_1576135042003 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:tab_style_03_1576123640799 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_01_1576137273337 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:tab_style_03_1576123640799 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_01_1576137309444 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:tab_style_03_1576123640799 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_01_1576137359810 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:productList_style_04_1659066257318 ===// var sys_url_productList_style_04_1659066257318="viewid=productList_style_04_1659066257318&name=productList&style=style_04&langid=0&pageid=1817279&viewCtrl=default"; //=== viewid:productList_style_04_1659066257318 ===// var subpage = 0; $('#productList_style_04_1659066257318 #page_set').blur(function(){ if($(this).val() > 3){ subpage = 3; $(this).val(3); }else if( $(this).val() <= 0){ $(this).val(1); subpage = 1; }else{ subpage = $(this).val(); } $('#productList_style_04_1659066257318 #page_set').next('.page_submit').attr('onclick',"RequestURL('productList_style_04_1659066257318', sys_url_productList_style_04_1659066257318, 'P_page="+subpage+"&')"); }); //=== viewid:productList_style_04_1659066257318 ===// //-- $(function(){ var viewid="productList_style_04_1659066257318"; var sys_url="viewid=productList_style_04_1659066257318&name=productList&style=style_04&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsproductList_style_04_1659066257318; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:productList_style_04_1659066257318 ===// if(typeof addcart !== 'function'){ function addcart(pid,is_virtual,idspecprice,idpackage){ var lang=0; if(lang == '0'){ lang = Default_isFT; if(BodyIsFt == '0'){ lang = BodyIsFt; }else if(BodyIsFt == '1'){ lang = BodyIsFt; } } var packStr = ''; if(typeof (idpackage) != 'undefined'){ packStr = "&idpackage="+idpackage; } if(is_mobile()){ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&pid="+pid+"&act=add&ismobile=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ismobile=1" + pid + (idspecprice ? idspecprice : ""); } var res = "0"; if(res == '1' && is_virtual == 0){ locationUrl+= "&use_ajax=1&callback=?"; $.getJSON(locationUrl,function(ret){ if(ret.i_AddFlag){ $.alerts.dialogClass = 'success'; alert(ret.message); } }); }else{ window.location = locationUrl; } }else{ var locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&pid="+pid+"&act=add&lang="+lang+"&ispc=1" + packStr; if (idspecprice) locationUrl += "&IDSpecPrice["+pid+"]="+idspecprice; if (isNaN(pid)) {//濡傛灉涓嶆槸鏁板瓧锛岃〃绀烘壒閲忓姞鍏ヨ喘鐗╄溅 locationUrl = "https://admin.hxrwl.net/exusers/u_cart.php?idweb=50685&lang="+lang+"&act=add&ispc=1" + pid + (idspecprice ? idspecprice : ""); } document.getElementById("boxName").innerHTML="鍔犲叆璐墿杞?; if(document.getElementById("boxClose")) document.getElementById("boxClose").innerHTML="脳"; document.getElementById("showiframe").src=locationUrl; box.Show({width:"840px",height:"420px"}); } } } function is_mobile(){ return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767); } $(function(){ $('#productList_style_04_1659066257318 .prod_infos .end_time').each(function(){ purchase_clock(this);//寮€鍚€掕鏃 }); }); //鎷艰喘鍊掕鏃 function purchase_clock(obj) { var time = parseInt($(obj).attr('data-time')); if (time > 0) { var str = ''; var num = 0; num = parseInt(time/86400); if(num > 0)str += num.toString() + '澶?; time -= num * 86400; num = parseInt(time/3600); if(num > 0)str += num.toString() + '鏃?; time -= num * 3600; num = parseInt(time/60); if(num > 0)str += num.toString() + '鍒?; time -= num * 60; if(num > 0)str += time.toString() + '绉?; $(obj).text(str).attr('data-time', parseInt($(obj).attr('data-time')) - 1); setTimeout(function(){ purchase_clock(obj); }, 1000); } else { $(obj).text('0澶?鏃?鍒?绉?); } } //=== viewid:tab_style_03_1576144027037 ===// //-- $(function(){ var viewid="newsList_style_04_1576144322412"; var sys_url="viewid=newsList_style_04_1576144322412&name=newsList&style=style_04&langid=0&pageid=1817279&viewCtrl=newsList&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsnewsList_style_04_1576144322412; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576144027037 ===// //-- $(function(){ var viewid="newsList_style_04_1576144511929"; var sys_url="viewid=newsList_style_04_1576144511929&name=newsList&style=style_04&langid=0&pageid=1817279&viewCtrl=newsList&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsnewsList_style_04_1576144511929; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576144027037 ===// //-- $(function(){ var viewid="newsList_style_04_1576144522917"; var sys_url="viewid=newsList_style_04_1576144522917&name=newsList&style=style_04&langid=0&pageid=1817279&viewCtrl=newsList&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsnewsList_style_04_1576144522917; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576144027037 ===// //-- $(function(){ var viewid="newsList_style_04_1576144540482"; var sys_url="viewid=newsList_style_04_1576144540482&name=newsList&style=style_04&langid=0&pageid=1817279&viewCtrl=newsList&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsnewsList_style_04_1576144540482; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576144027037 ===// //-- $(function(){ var viewid="newsList_style_04_1576144548345"; var sys_url="viewid=newsList_style_04_1576144548345&name=newsList&style=style_04&langid=0&pageid=1817279&viewCtrl=newsList&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsnewsList_style_04_1576144548345; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:tab_style_03_1576144027037 ===// $(function(){ tab_style03_init("div_tab_style_03_1576144027037",5); setHover_Choice("div_tab_style_03_1576144027037"); setAnimat_int("div_tab_style_03_1576144027037",5); $("#tab_style_03_1576144027037 .tab_nav").show(); $("#tab_style_03_1576144027037 .tab_box").css({top:'',bottom:'',right:'',left:'',height:'',width:''}); }); //=== viewid:newsList_style_05_1576198603576 ===// //-- $(function(){ var viewid="newsList_style_05_1576198603576"; var sys_url="viewid=newsList_style_05_1576198603576&name=newsList&style=style_05&langid=0&pageid=1817279&viewCtrl=newsList&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsnewsList_style_05_1576198603576; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:dh_style_35_1576068068851 ===// function navSwtich(obj) { $(obj).siblings(".menuUlCopy").slideToggle(200); $(obj).toggleClass('ontoggle'); $(obj).parent().siblings().find(".menuUlCopy").slideUp(200); $(obj).parent().siblings().find(".fa-angle-down").removeClass('ontoggle'); } function subLeft_dh_style_35_1576068068851(){ $("#dh_style_35_1576068068851 .menuUl>li").each(function(){ $(this).find(".menuUl03").css("left",'100%'); }) } $(window).resize(function() { subLeft_dh_style_35_1576068068851(); }) $(function(){ $("#dh_style_35_1576068068851 .fa-navicon").click(function(){ $("#dh_style_35_1576068068851").addClass('clearTransform'); $("#dh_style_35_1576068068851 .menuUlCopy").each(function(){ $(this).siblings(".fa").show(); }) }) subLeft_dh_style_35_1576068068851(); $("#dh_style_35_1576068068851 .subBox").css("top",$("#dh_style_35_1576068068851 .menuUl_box").height()); if($("#dh_style_35_1576068068851 .menuUl").hasClass("noHover")){ var tabNum = 0; $("#dh_style_35_1576068068851 .menuUl>li").find(".Onsub").each(function(){ tabNum += 1; $(this).parent().attr("tabNum",tabNum) }) $("#dh_style_35_1576068068851 .menuUl>li .Onsub").mouseover(function(){ $("#dh_style_35_1576068068851 .subBox").show(); var index = $(this).parent().attr("tabNum"); $("#dh_style_35_1576068068851 .subBox .subItems").eq(index-1).fadeIn(100).siblings().hide(); $("#dh_style_35_1576068068851 .subBox .subMenuImgArea .subMenuImgCon").eq(0).fadeIn(100).siblings().hide(); }) $("#dh_style_35_1576068068851 .subBox").mouseleave(function(){ $(this).hide(); }); $("#dh_style_35_1576068068851 .menuUl>li .Nosub").mouseover(function(){ $("#dh_style_35_1576068068851 .subBox").hide(); }) //椋庢牸41 42 } }) //=== viewid:copyright_style_01_1663640637281,copyright_style_01_1663642368587 ===// //=== viewid:liuyanban_style_05_1578020873492 ===// //-- $(function(){ var viewid="liuyanban_style_05_1578020873492"; var sys_url="viewid=liuyanban_style_05_1578020873492&name=liuyanban&style=style_05&langid=0&pageid=1817279&viewCtrl=default&isfb=1"; var moreParams=''; if(typeof(history.pushState) != 'undefined'){ var hstate=JSON.stringify(history.state); if(hstate!='null'&& hstate!=null){ eval('var hjson = ' + hstate); moreParams=hjson.moreParamsliuyanban_style_05_1578020873492; } } RequestURL(viewid,sys_url,moreParams); }); //-- //=== viewid:liuyanban_style_05_1578020873492 ===// // 寤惰繜閲嶆柊鍒锋柊楠岃瘉鐮 setTimeout(function(){ let umg = "//admin.hxrwl.net/codeimg.php?viewid=liuyanban_style_05_1578020873492&rnd="+Math.floor(Math.random() * ( 1000 + 1)); $("#liuyanban_style_05_1578020873492 .gf_code").css('background',"url("+umg+") right center no-repeat"); },500); $('#liuyanban_style_05_1578020873492 .gformList').each(function(){ $(this).find('input').blur(function(){ var type = $(this).attr('name'); if(type == 'verification_code'){ return; } var check = $(this).attr('check'); var reg = new RegExp(check,"i"); var value = $(this).val(); if(reg.test(value)) { $(this).removeClass('error'); }else { $(this).addClass('error'); } }); });