mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-14 02:52:36 +08:00
更新于 07-06 03:13
This commit is contained in:
@ -129,6 +129,7 @@ $(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');
|
||||
|
Reference in New Issue
Block a user