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 ++++
WebTM/views/indexMenu.html | 3 +++
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 4 ++--
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 29ebe84..c6932d4 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -1356,7 +1356,7 @@
<publishTime>04/11/2023 16:34:43</publishTime>
</File>
<File Include="views/home/console.html">
- <publishTime>06/30/2023 14:38:06</publishTime>
+ <publishTime>06/30/2023 14:44:03</publishTime>
</File>
<File Include="views/home/console_duhe.html">
<publishTime>06/25/2023 13:27:26</publishTime>
@@ -1395,7 +1395,7 @@
<publishTime>06/29/2023 16:15:44</publishTime>
</File>
<File Include="views/indexMenu.html">
- <publishTime>06/30/2023 13:02:05</publishTime>
+ <publishTime>06/30/2023 14:47:03</publishTime>
</File>
<File Include="views/index_Mobile.html">
<publishTime>06/20/2023 09:43:19</publishTime>
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 });
}
});
diff --git a/WebTM/views/indexMenu.html b/WebTM/views/indexMenu.html
index a562857..6d77817 100644
--- a/WebTM/views/indexMenu.html
+++ b/WebTM/views/indexMenu.html
@@ -209,6 +209,7 @@
window.location.href = 'index_Mobile.html'
}
+ var ajaxLoad = layer.load();
//鑾峰彇鑿滃崟鍒楄〃鏁版嵁
$.ajax({
url: GetWEBURL() + "/Web/MenuList",
@@ -219,8 +220,10 @@
var data = JSON.parse(data.data);
console.log(data);
MenuMain(data);
+ layer.close(ajaxLoad);
},
error: function (data) {
+ layer.close(ajaxLoad);
layer.alert("鍙戠敓閿欒!", { icon: 5 });
}
});
--
Gitblit v1.9.1