|
|
@@ -157,7 +157,7 @@
|
|
|
stopManyClick(() => {
|
|
|
var oInput = document.createElement('input'); //创建一个input
|
|
|
oInput.setAttribute("readonly", "readonly");//设置只读,否则移动端使用复制功能时可能会造成软件盘弹出
|
|
|
- oInput.value = '172567036';
|
|
|
+ oInput.value = '595757816';
|
|
|
$('.ipt')[0].appendChild(oInput);//将input插入到body
|
|
|
// oInput.select(); // 选择对象 ios不支持
|
|
|
selectText(oInput, 0, oInput.value.length);
|
|
|
@@ -166,6 +166,7 @@
|
|
|
oInput.style.display = 'none'; // 将input隐藏
|
|
|
oInput.blur();
|
|
|
oInput.remove(); // 将input销毁
|
|
|
+ // window.location.href = 'https://jq.qq.com/?_wv=1027&k=6KwBYb7o';
|
|
|
})
|
|
|
}
|
|
|
//点击分享
|