提交 4a66fd49 编写于 作者: G gongfuxiang

复制插件初始化优化

上级 c5336b84
......@@ -4716,6 +4716,8 @@ $(function()
});
// 文本信息复制
if($('.text-copy-submit').length > 0)
{
var text_copy_clipboard = new ClipboardJS('.text-copy-submit',
{
text: function(e)
......@@ -4731,6 +4733,7 @@ $(function()
{
Prompt(window['lang_copy_fail'] || '复制失败');
});
}
// 调起视频扫码、持续扫码
var $video_scan_popup = $('#common-video-scan-popup');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册