|
|
@@ -374,8 +374,8 @@
|
|
|
selectText(oInput, 0, oInput.value.length);
|
|
|
document.execCommand("Copy"); // 执行浏览器复制命令
|
|
|
toastr.error(`复制成功`);
|
|
|
- $('.ios-dialog').animate({top: '-6.96rem'},"fast");
|
|
|
- $('.ios-mask').hide();
|
|
|
+ // $('.ios-dialog').animate({top: '-6.96rem'},"fast");
|
|
|
+ // $('.ios-mask').hide();
|
|
|
document.documentElement.style.overflow='auto';
|
|
|
oInput.style.display = 'none'; // 将input隐藏
|
|
|
oInput.blur();
|
|
|
@@ -393,8 +393,8 @@
|
|
|
selectText(oInput, 0, oInput.value.length);
|
|
|
document.execCommand("Copy"); // 执行浏览器复制命令
|
|
|
toastr.error(`复制成功`);
|
|
|
- $('.ios-dialog').animate({top: '-6.96rem'},"fast");
|
|
|
- $('.ios-mask').hide();
|
|
|
+ // $('.ios-dialog').animate({top: '-6.96rem'},"fast");
|
|
|
+ // $('.ios-mask').hide();
|
|
|
document.documentElement.style.overflow='auto';
|
|
|
oInput.style.display = 'none'; // 将input隐藏
|
|
|
oInput.blur();
|