美文网首页
双图轮播

双图轮播

作者: Eternal丶星空 | 来源:发表于2018-05-03 13:16 被阅读6次
     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;
        }

    相关文章

      网友评论

          本文标题:双图轮播

          本文链接:https://www.haomeiwen.com/subject/txbkrftx.html