mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user