From 8db0d9d2216b5b86361553f81d5b85bf8de8ea27 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 07 十一月 2025 10:33:17 +0800
Subject: [PATCH] *
---
src/main/webapp/views/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 7ae5651..cd773ab 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -119,7 +119,7 @@
<div class="layuimini-loader-inner"></div>
</div>
<!-- 寮圭獥鍐呭 -->
-<div class="popup" id="popup">
+<div class="popup" id="popup" style="display: block">
<div class="popup-content">
<h2 style="font-size: 28px;margin-bottom: 10px;">璁稿彲璇佸嵆灏嗚繃鏈�</h2>
<div id="popup-text" style="font-size: 28px;color: red"></div>
@@ -170,7 +170,7 @@
success: function (res) {
if (res.code == 200) {
let days = res.data
- if (days <= 10) {
+ if (days <= 29) {
showPopup(res.data)
} else {
showPopup("");
--
Gitblit v1.9.1