更新于 07-06 02:41

This commit is contained in:
root
2021-07-06 02:41:54 -04:00
parent 6182993183
commit cf771af827
3 changed files with 2 additions and 2 deletions

View File

@ -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