From 0ec1043c7eeb00dad30dc3db755f50b3e527d0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= Date: Thu, 23 Oct 2025 10:04:27 +0800 Subject: [PATCH] 1 --- app/index/view/index/error.html | 190 +++++++++++++++++++++++++++ public/static/admin/js/mall/order.js | 4 +- 2 files changed, 192 insertions(+), 2 deletions(-) create mode 100644 app/index/view/index/error.html diff --git a/app/index/view/index/error.html b/app/index/view/index/error.html new file mode 100644 index 0000000..67775e8 --- /dev/null +++ b/app/index/view/index/error.html @@ -0,0 +1,190 @@ + + + + + + + 移动端收银台 + + + +
+
+

您的IP已被禁止充值,如有疑问请联系管理员

+

您的IP已被禁止充值,如有疑问请联系管理员

+
+
+ + + diff --git a/public/static/admin/js/mall/order.js b/public/static/admin/js/mall/order.js index 42fd2e0..ba81338 100644 --- a/public/static/admin/js/mall/order.js +++ b/public/static/admin/js/mall/order.js @@ -128,8 +128,8 @@ define(["jquery", "easy-admin"], function ($, ea) { }, function (err) { console.error('检查未分配订单失败', err); }); - }, 5000); // 每10秒执行一次 -// ✅ 每5分钟清理一次缓存并刷新页面 + }, 5000); + // ✅ 每5分钟清理一次缓存并刷新页面 setInterval(function () { try { console.log('🧹 清理浏览器缓存并刷新页面...');