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