fix:复制提示词

This commit is contained in:
lan
2022-12-21 14:33:26 +08:00
parent 24f5f8bfd3
commit d984225aca
+1 -1
View File
@@ -321,7 +321,7 @@
},
copyText: function (value, style = 1) {
if (style === 0) {
value = `分享了给你文件取件码${value}${window.location.href}?code=${value}`;
value = `给你分享了文件取件码${value}${window.location.href}?code=${value}`;
}
const input = document.createElement('input');
input.setAttribute('readonly', 'readonly');