From 6a0eb7a49b2c70633bde26fcf87192523354f07c Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期三, 21 七月 2021 23:56:12 +0800
Subject: [PATCH] nothing

---
 WebTM/views/IpadIndex.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 6477522..c3a1be1 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -111,8 +111,13 @@
                         }
                     }
                     else {
-                        layer.alert(data.Message, { icon: 5 });
-                        return false;
+                        var html1 = '';
+                        html1 += '<div class="layui-col-sm12 layui-col-md3">';
+                        html1 += '<div class="cnt ctop" id="ts1" onclick="Check(this,1)">';
+                        html1 += '<span class="layui-icon layui-icon-addition imgicon0" onclick="Add(event,this,1)"></span>';
+                        html1 += '</div>';
+                        html1 += '</div>';
+                        $("#topleft").append(html1);
                     }
                 },
                 error: function (err) {

--
Gitblit v1.9.1