mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-18 08:43:47 +08:00
更新于 07-06 02:41
This commit is contained in:
@@ -11,7 +11,7 @@ $(document).ready(function () {
|
|||||||
let timeStamp = new Date().getTime();
|
let timeStamp = new Date().getTime();
|
||||||
var msg = $('#ps').val();
|
var msg = $('#ps').val();
|
||||||
console.log(user);
|
console.log(user);
|
||||||
$.post(`./cookie2?t=${timeStamp}`, { user, msg }, function (data) {
|
$.post(`./cookie?t=${timeStamp}`, { user, msg }, function (data) {
|
||||||
if (data.err == 0) {
|
if (data.err == 0) {
|
||||||
clearInterval(timeId);
|
clearInterval(timeId);
|
||||||
$('#qrcontainer').addClass('hidden');
|
$('#qrcontainer').addClass('hidden');
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user