双图轮播

2018-05-03  本文已影响6人  Eternal丶星空
 let eleSwap=$('.introduction-aliyun')[0],
timerSwap=setInterval(func,6000),
currentPage=true;
function func(){
    if(currentPage){
        console.log(1)
        console.log(getComputedStyle(eleSwap).background)
        eleSwap.style.backgroundImage="url('/static/img/homepage/banner-bg-alibaba.png')";
    }else{
        console.log(2)
        console.log(getComputedStyle(eleSwap).background)
        eleSwap.style.backgroundImage="url('/static/img/homepage/ali-swap-bg.png')";
    }
    currentPage=!currentPage;
    }
上一篇 下一篇

猜你喜欢

热点阅读