Commit 9f0ac4ef by yf60144

dfs

parent 94bd71d8
Pipeline #13859 passed with stages
in 41 seconds
......@@ -388,18 +388,7 @@
success:function (res) {
var url = res.data.url;
var clipboard = new Clipboard('#'+media_id, {
text: function() {
return url;
}
});
clipboard.on('success', function(e) {
alert("复制成功");
});
clipboard.on('error', function(e) {
console.log(e);
});
alert("播放地址为:"+url);
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment