Showing
3 changed files
with
3 additions
and
3 deletions
@@ -49,7 +49,7 @@ layui.define(['layer', 'laytpl', 'form'], function (exports) { | @@ -49,7 +49,7 @@ layui.define(['layer', 'laytpl', 'form'], function (exports) { | ||
49 | $(newContainer).removeClass('active'); | 49 | $(newContainer).removeClass('active'); |
50 | setTimeout(function () { | 50 | setTimeout(function () { |
51 | $(newContainer).remove(); | 51 | $(newContainer).remove(); |
52 | - }, 10000700) | 52 | + }, 700) |
53 | }; | 53 | }; |
54 | timer = setTimeout(timeOut, options.duration); | 54 | timer = setTimeout(timeOut, options.duration); |
55 | var newTimes; | 55 | var newTimes; |
@@ -312,7 +312,7 @@ layui.define(['element', 'admin'], function (exports) { | @@ -312,7 +312,7 @@ layui.define(['element', 'admin'], function (exports) { | ||
312 | document.execCommand("Copy"); | 312 | document.execCommand("Copy"); |
313 | oInput.className = 'oInput'; | 313 | oInput.className = 'oInput'; |
314 | oInput.style.display = 'none'; | 314 | oInput.style.display = 'none'; |
315 | - layer.msg('内容复制成功', {icon: 1, time: 2000}); | 315 | + // layer.msg('内容复制成功', {icon: 1, time: 2000}); |
316 | 316 | ||
317 | })) | 317 | })) |
318 | } | 318 | } |
-
Please register or login to post a comment