$(document).ready(function () { var winWidth = $(window).innerWidth(); // 璁剧疆 cookie function setCookie(name, value, hours) { var now = new Date(); var time = now.getTime(); var expires = new Date(); expires.setTime(time + hours * 60 * 60 * 1000); document.cookie = name + '=' + value + ';expires=' + expires.toUTCString() + ';path=/'; } // 璋冪敤 setCookie() 鍑芥暟鏉ヨ缃竴涓悕涓 "cookieName"锛屽€间负 "cookieValue" 鐨 cookie锛岃繃鏈熸椂闂翠负 1 灏忔椂锛堜互姣涓哄崟浣嶏級 function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } // document.cookie = 'firstEnter' + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; //娓呴櫎棣栭〉cookie // clearAllCookies() var cookieVal = getCookie('firstEnter') console.log(cookieVal,cookieVal == true,cookieVal == 'true'); if(cookieVal){ console.log("鍒锋柊"); $('#indexLoading').remove() homeBanner() if(winWidth<1024){ $('#indexVideo').remove() videoGifMove() }else{ $('.wrapper').show() $('.wrapper').css('overflow','auto') $('#indexVideo').css({'opacity':'1','display':'block'}) } }else{ setTimeout(function(){ $('#indexLoading').animate({opacity: 0}, function(){ $('.wrapper').show() $('.wrapper').css('overflow','auto') $(this).remove(); if(winWidth<1024){ $('#indexVideo').remove() videoGifMove() }else{ $('#indexVideo').css({'opacity':'1','display':'block'}) } }); homeBanner() }, 3300) console.log("棣栨杩涘叆"); setCookie('firstEnter', true, 1); } function videoGifMove(){ $('.indexVideoGif').attr('src','https://media-skjt.shundecity.com/static/index/images/index/video/video_ios.gif') setTimeout(() => { $('.indexVideoGif').attr('src','/static/index/images/index/video/videoGif.png') if (winWidth > 640) { //灞忓箷灏忎簬768px $('.index_about').show() setTimeout(() => { $('.index_about').css('opacity','1') }, 500); } $('.video_mask').removeClass('hide') $('.video_play').removeClass('hide') }, 11200); } // 鏂伴椈涓績 var news = new Swiper('.news_container', { loop: true, pagination: { el: '.news_pagination', }, }); $('.news_icon_left').click(function(){ news.slidePrev(); }) $('.news_icon_rIght').click(function(){ news.slideNext(); }) // 鎾斁瑙嗛 $('.video_mask, .video_play').click(function () { $('.video_cover').hide(); $('.index_about').hide() $('.video_mask').addClass('hide') $('.video_play').addClass('hide') $('#video').attr('src', $('.video_cover').data('src')); $('#video').show(); var videoElement = document.getElementById("video"); // 娣诲姞 controls 灞炴€ videoElement.setAttribute("controls", "true"); $('#video')[0].play(); }) var setTs function homeBanner(){ // 鐗堝ご骞荤伅 var banner = new Swiper('.banner_container', { loop: true, autoplay: { delay: 8000, stopOnLastSlide: false, disableOnInteraction: false, }, effect: 'fade', observer: true, observeParents: true, pagination: { el: '.banner_pagination', clickable: true, bulletClass: 'index-bullet', bulletActiveClass: 'index-bullet-active' }, on: { init: function () { swiperAnimateCache(this); swiperAnimate(this); if ($('.swiper-slide-active').children('.banner_img').length > 0) { // $('.swiper-slide-active').children('.banner_img').addClass('active'); clearTimeout() setTimeout(function(){ $('.swiper-slide-active').children('.banner_img').addClass('active'); clearTimeout() },3200) } else { // $('.swiper-slide-active').children('.banner_video')[0].play(); } }, slideChangeTransitionEnd: function () { console.log("娣诲姞闃村奖",this.activeIndex); // if(this.activeIndex == 5 || this.activeIndex == 0){ // // $('.header_wrapper').addClass('bgBlock'); // $('.logoBg').css('opacity','0') // }else{ // // $('.header_wrapper').removeClass('bgBlock'); // } // switch (this.activeIndex) { // case 0: // if(winWidth > 1024){ // $('.blocklogo').css('opacity','0') // $('.whitelogo').css('opacity','1') // }else{ // $('.blocklogo').css('opacity','1') // $('.whitelogo').css('opacity','0') // } // case 1: // $('.blocklogo').css('opacity','1') // $('.whitelogo').css('opacity','0') // case 2: // $('.banner2Video').attr('src','https://skjt.oss-cn-shenzhen.aliyuncs.com/static/index/images/banner/banner2Video.mp4'); // if(winWidth > 1024){ // $('.blocklogo').css('opacity','0') // $('.whitelogo').css('opacity','1') // }else{ // $('.blocklogo').css('opacity','1') // $('.whitelogo').css('opacity','0') // } // case 3: // if(winWidth > 1024){ // $('.blocklogo').css('opacity','0') // $('.whitelogo').css('opacity','1') // }else{ // $('.blocklogo').css('opacity','1') // $('.whitelogo').css('opacity','0') // } // case 4: // $('.banner4Video').attr('src','https://skjt.oss-cn-shenzhen.aliyuncs.com/static/index/images/banner/banner4Video.mp4'); // if(winWidth > 1024){ // $('.blocklogo').css('opacity','0') // $('.whitelogo').css('opacity','1') // }else{ // $('.blocklogo').css('opacity','1') // $('.whitelogo').css('opacity','0') // } // case 5: // if(winWidth > 1024){ // $('.blocklogo').css('opacity','0') // $('.whitelogo').css('opacity','1') // }else{ // $('.blocklogo').css('opacity','1') // $('.whitelogo').css('opacity','0') // } // case 6: // $('.blocklogo').css('opacity','1') // $('.whitelogo').css('opacity','0') // } if(this.activeIndex == 2 ){ $('.banner2Video').attr('src','https://skjt.oss-cn-shenzhen.aliyuncs.com/static/index/images/banner/banner2Video.mp4'); }else{ let time = setTimeout(() => { clearTimeout(time) $('.banner2Video').attr('src',''); }, 50); } if(this.activeIndex == 4 ){ $('.banner4Video').attr('src','https://skjt.oss-cn-shenzhen.aliyuncs.com/static/index/images/banner/banner4Video.mp4'); }else{ let time = setTimeout(() => { clearTimeout(time) $('.banner4Video').attr('src',''); }, 50); } if(this.activeIndex == 5 || this.activeIndex == 0 ){ $('.banner5Video').attr('src','https://skjt.oss-cn-shenzhen.aliyuncs.com/static/index/images/banner/banner5Video.mp4'); }else{ let time = setTimeout(() => { clearTimeout(time) $('.banner5Video').attr('src',''); }, 50); } if(this.activeIndex == 1 || this.activeIndex == 6){ // $('.blocklogo').show() // $('.whitelogo').hide() // $('.header_left').removeClass('logoBg') $('.blocklogo').css('opacity','1') $('.whitelogo').css('opacity','0') }else{ if(winWidth > 1024){ $('.blocklogo').css('opacity','0') $('.whitelogo').css('opacity','1') }else{ $('.blocklogo').css('opacity','1') $('.whitelogo').css('opacity','0') } // $('.header_left').addClass('logoBg') // $('.logoBg').css('opacity','1') // $('.whitelogo').show() // $('.blocklogo').hide() } swiperAnimate(this); // $('.banner_video').trigger('pause'); clearTimeout(setTs) $('.banner_img.active').removeClass('active'); $('.banner2Artive').removeClass('active'); if ($('.swiper-slide-active').children('.banner_img').length > 0) { setTs = setTimeout(function(){ $('.swiper-slide-active').children('.banner_img').addClass('active'); },3000) } else { // $('.swiper-slide-active').children('.banner_video')[0].play(); } }, } }); } // 鐩戝惉婊氬姩鏉¢珮搴 var videoPlay = false // var winWidth = $(window).innerWidth(); $(window).scroll(function(){ //鑾峰彇婊氬姩鏉℃粴鍔ㄧ殑浣嶇疆 var top = $(window).scrollTop(); // console.log(top); if(top > 400 && !videoPlay && winWidth > 1024){ console.log("鎾斁",videoPlay); videoPlay = true document.querySelector('.indexVideoBg').play() // alert("婊氬姩鏉℃粴鍔ㄥぇ浜?00鏄剧ず寮瑰嚭妗?) } }) var videoFirstPlay = false document.querySelector('.indexVideoBg').onended = function(){ videoFirstPlay = true if (winWidth > 640) { //灞忓箷灏忎簬768px $('.index_about').show() setTimeout(() => { $('.index_about').css('opacity','1') }, 500); } $('.video_mask').removeClass('hide') $('.video_play').removeClass('hide') } // if(/iPhone/i.test(navigator.userAgent)) { // // 褰撳墠璁惧鏄 iPhone // console.log("ios"); // // alert("ios") // $('.video_mask').removeClass('hide') // $('.video_play').removeClass('hide') // } else { // // 褰撳墠璁惧涓嶆槸 iPhone // } $('.container').on('touchstart', function(e) { // e.preventDefault(); // 闃叉鍏朵粬琛屼负锛堝婊氬姩锛 if(videoFirstPlay || winWidth < 1024){ return } $('.indexVideoBg')[0].play() }); // 鐩戝惉灞忓箷鍙樺寲 // var srcValue // function screenFuc() { // var winWidth = $(window).innerWidth(); // if (winWidth <= 640) { // //灞忓箷灏忎簬768px // if(srcValue){ // $('.bannerLineSrc').eq(0).attr("src", "/data/2023/05/06/line_ms.png") // } // srcValue = false // } else { // if(!srcValue){ // $('.bannerLineSrc').eq(0).attr("src", "/data/2023/05/06/line_m.png") // } // srcValue = true // } // } // (window.onresize = function() { // screenFuc(); // })(); // ie妫€娴 })