diff --git a/public/orders.html b/public/orders.html
index ba7a8c0..822f109 100644
--- a/public/orders.html
+++ b/public/orders.html
@@ -156,7 +156,6 @@
window.location.href = '/login.html'
return;
} else {
- this.getUserInfo();
this.searchList();
}
},