From 9b0f34996c0e8365706efa3539f8ef146e00800c Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期一, 21 七月 2025 15:49:29 +0800 Subject: [PATCH] 新增许可弹窗 --- src/main/webapp/views/index.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index ee9c0c7..4938a61 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -168,6 +168,11 @@ if (res.code == 200) { let days = res.data if (days <= 30) { + // 寮瑰嚭涓�涓畝鍗曠殑鎻愮ず妗� + layer.alert('璁稿彲璇佹湁鏁堟湡涓猴細'+days, function(){ + // 鐐瑰嚮纭鍚庢墽琛岀殑鍥炶皟鍑芥暟 + layer.msg('璇疯仈绯荤珛搴撳叕鍙稿晢鍔$画绾�'); + }); $("#licenseShow").show() $("#licenseDays").html(days) } -- Gitblit v1.9.1