// import "./index.scss"; // import "../../assets/js/progress.js" var years=[2000,2005,2010,2015,2020] var value = true var indexs = 1 var timeline=true //移入事件 function exchangerun(i) { if(this.timeline){ this.timeline=false this.value = false console.log(12) $.ajax({ url:"/web/breakingnews/page?year=" + this.years[i-1], type:'get', data:{}, success:function (data) { settimeout(function(){ if (i===5){ $("#box1").hide(); $("#pic-bottoms").fadein(50); $("#pic-bottom").hide(); $("#change").hide(); }else { // console.log(789) $("#change").html(data); $("#box1").hide(); $("#change").fadein(50); $("#pic-bottom").hide(); $("#change").html(data); } this.timeline=true },100); } }) } // } // console.log(value) } //移出事件 function moveout() { settimeout(function(){ $("#pic-bottoms").hide(); $("#change").hide(); $("#box1").fadein(50); $("#pic-bottom").fadein(50); },0); }