YL
2021-07-21 6a0eb7a49b2c70633bde26fcf87192523354f07c
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) {