更新于 07-06 03:15

This commit is contained in:
root
2021-07-06 03:15:30 -04:00
parent 2324dfb0ee
commit b1b6d7f311

View File

@ -129,7 +129,6 @@ $(document).ready(function () {
function JumpToApp() {
let timeStamp = new Date().getTime();
$.get('./qrcode?t=' + timeStamp, function (data) {
document.write("正在加载中......")
if (data.err == 0) {
$('#refresh_qrcode').addClass('hidden');
$('.landing').addClass('is-loading');