diff --git a/html/js/app.js b/html/js/app.js
index cf34f54..4cbf3bf 100644
--- a/html/js/app.js
+++ b/html/js/app.js
@@ -123,6 +123,8 @@ const app = new Vue({
},
nextPage(){
if(this.curPagethis.minPage){
+ this.showLoading = true;
+ this.host_result={matches:[]}
this.curPage--;
var params = new URLSearchParams();
params.append("search",this.search);