From 2fe75cb4cf3d289362bed43b1e0150b58a90012d Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 13 Dec 2022 08:46:44 +0800 Subject: [PATCH] update --- WebRoot/html/tp/index.html | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/WebRoot/html/tp/index.html b/WebRoot/html/tp/index.html index 12714c9..d43437e 100644 --- a/WebRoot/html/tp/index.html +++ b/WebRoot/html/tp/index.html @@ -59,29 +59,26 @@ + +
+
+ +
+
-
-
-
- -
-
- - @@ -175,7 +172,7 @@ zhongji: middleArr.toString() }, success: function (data) { - layer.msg("成功!" + data.message, { icon: 1, time: 1500, shade: [0.1, '#000', true] }); + layer.msg(data.message, { icon: 1, time: 1500, shade: [0.1, '#000', true] }); } });