From 6130d6622ec35d71fdc361ca0ee26b49abe861db Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 30 六月 2023 14:47:55 +0800
Subject: [PATCH] 1
---
WebTM/views/home/console.html | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/WebTM/views/home/console.html b/WebTM/views/home/console.html
index da2d0c5..56ee696 100644
--- a/WebTM/views/home/console.html
+++ b/WebTM/views/home/console.html
@@ -354,12 +354,14 @@
//#region 椤甸潰鍒濆鍖栨柟娉�
function set_ClearBill() {
+
get_Display();
}
//#endregion
//#region 椤甸潰鍏跺畠鏂规硶
function get_Display() {
+ var ajaxLoad = layer.load();
//鑾峰彇鑿滃崟鍒楄〃鏁版嵁
$.ajax({
url: GetWEBURL() + "/Web/Xt_UserFastMenu_Init",
@@ -369,8 +371,10 @@
success: function (data) {
console.log(data.data);
FastMenu(data.data);
+ layer.close(ajaxLoad);
},
error: function (data) {
+ layer.close(ajaxLoad);
layer.alert("鍙戠敓閿欒!", { icon: 5 });
}
});
--
Gitblit v1.9.1