update site

pull/422/head
tangjinzhou 2019-01-18 10:18:57 +08:00
parent 466ea96f86
commit 19effd0885
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ export default {
this.$el.innerHTML = "";
this.load();
}
this.adInterval && clearInterval(this.adInterval);
this.adInterval = setInterval(()=>{
if(!this.$el.querySelector("#carbonads")){
this.$el.innerHTML = "";
this.load();
}
}, 10000);
},
},
methods: {