镀镍

推荐产品

"); }); $('.our-products').owlCarousel({ loop: true, margin: 10, autoplay: true, lazyLoad: true, autoplayTimeout: 5000, nav: false, responsive: { 0: { items: 1 }, 600: { items: 3 }, 1000: { items: 3 } } }) $('.projectsmc').owlCarousel({ loop: true, margin: 10, autoplay: true, lazyLoad: true, autoplayTimeout: 3000, nav: true, responsive: { 0: { items: 1 }, 600: { items: 3 }, 1000: { items: 5 } } }) $(function () { (function () { var protocol = window.location.protocol; var host = protocol + "//" + document.location.hostname + "/inquiryok?back=" + document.location.pathname; $(".form-46218b6aaee3c5bbcb0b2a12d14bef06").attr('action', protocol + '//inquiry.digoodcms.com/api/winwaytech'); $("[name='backpage']").attr('value', host); $("[name='page']").attr('value', window.location.href); })(); //获取GEOIP信息 var YOUR_KEY = "4f21d3e89231c93599ff1f8b7a82a008d03beed6ce46978d8e2816f13ad7e5c1"; var theURL = "//api.ipinfodb.com/v3/ip-city/?key=" + YOUR_KEY + "&format=json&callback=?"; $.ajax({ type: "POST", url: theURL, contentType: "application/json; charset=utf-8", dataType: "json", method: 'GET', success: function(data) { $(".custom-295756f08a4879c14ce87c9ccea873dc_ipAddress").val(data.ipAddress); $(".custom-295756f08a4879c14ce87c9ccea873dc_countryName").val(data.countryName); $(".custom-295756f08a4879c14ce87c9ccea873dc_regionName").val(data.regionName); $(".custom-295756f08a4879c14ce87c9ccea873dc_cityName").val(data.cityName); $(".custom-295756f08a4879c14ce87c9ccea873dc_countryCode").val(data.countryCode); $(".custom-295756f08a4879c14ce87c9ccea873dc_zipCode").val(data.zipCode); $(".custom-295756f08a4879c14ce87c9ccea873dc_latitude").val(data.latitude); $(".custom-295756f08a4879c14ce87c9ccea873dc_longitude").val(data.longitude); $(".custom-295756f08a4879c14ce87c9ccea873dc_timeZone").val(data.timeZone); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_country").val(data.countryCode); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_ipAddress").val(data.ipAddress); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_countryName").val(data.countryName); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_countryCode").val(data.countryCode); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_regionName").val(data.regionName); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_cityName").val(data.cityName); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_zipCode").val(data.zipCode); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_latitude").val(data.latitude); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_longitude").val(data.longitude); $(".geo-522eb7c5b0682276d7bed339e0e09ebe_timeZone").val(data.timeZone); } }); });