add:管理页面页码+Banner配置
This commit is contained in:
@@ -313,7 +313,7 @@
|
|||||||
},
|
},
|
||||||
copyText: function (value, style = 1) {
|
copyText: function (value, style = 1) {
|
||||||
if (style === 0) {
|
if (style === 0) {
|
||||||
value = '我在分享了给你文件,取件码:${value},${window.location.href}?code=${value}';
|
value = `我在分享了给你文件,取件码:${value},${window.location.href}?code=${value}`;
|
||||||
}
|
}
|
||||||
const input = document.createElement('input');
|
const input = document.createElement('input');
|
||||||
input.setAttribute('readonly', 'readonly');
|
input.setAttribute('readonly', 'readonly');
|
||||||
|
|||||||
Reference in New Issue
Block a user