From a46bbde7a9b8f63f8ab1c3cb0c2abe8f72293977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E6=81=92?= <2323333339@qq.com> Date: Tue, 2 Mar 2021 19:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/joe.post&page.js | 2 +- public/footer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/joe.post&page.js b/assets/js/joe.post&page.js index 8ed1cf7..34c4a03 100644 --- a/assets/js/joe.post&page.js +++ b/assets/js/joe.post&page.js @@ -154,7 +154,7 @@ document.addEventListener('DOMContentLoaded', () => { let isSubmit = false; $('.joe_detail__article-protected').on('submit', function (e) { e.preventDefault(); - const url = $(this).attr('action') + '?time=' + +new Date(); + const url = $(this).attr('action') + '&time=' + +new Date(); const protectPassword = $(this).find('input[type="password"]').val(); if (protectPassword.trim() === '') return Qmsg.info('请输入访问密码!'); if (isSubmit) return; diff --git a/public/footer.php b/public/footer.php index 73f19c3..57c9440 100644 --- a/public/footer.php +++ b/public/footer.php @@ -32,7 +32,7 @@