...
|
...
|
@@ -312,7 +312,7 @@ layui.define(['element', 'admin'], function (exports) { |
|
|
document.execCommand("Copy");
|
|
|
oInput.className = 'oInput';
|
|
|
oInput.style.display = 'none';
|
|
|
layer.msg('内容复制成功', {icon: 1, time: 2000});
|
|
|
// layer.msg('内容复制成功', {icon: 1, time: 2000});
|
|
|
|
|
|
}))
|
|
|
}
|
...
|
...
|
|