From d3356099cd7ab2a0c67b20cb3cfee3faea0e9e58 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 11 四月 2022 16:34:56 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/order/order.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index 483f715..50bf6cb 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -44,6 +44,7 @@
             statusCode: 200
         },
         done: function (res, curr, count) {
+            limit();
             if (res.code === 403) {
                 top.location.href = baseUrl+"/";
             }

--
Gitblit v1.9.1