diff --git a/public/themes/simpleboot3/user/center/index.html b/public/themes/simpleboot3/user/center/index.html
index fc4f779..7177933 100644
--- a/public/themes/simpleboot3/user/center/index.html
+++ b/public/themes/simpleboot3/user/center/index.html
@@ -132,7 +132,8 @@
     })
     //全部订单
     $(".myorder").click(function(){
-        window.location.href="{:url('user/Center/orderList')}"
+        window.location.href="{:url('user/Center/orderList')}";
+        localStorage.clear();
     })
     $(".home").click(function(){
         window.location.href="{:url('index/Index/index')}";