mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-19 19:23:47 +08:00
更新于 07-05 22:33
This commit is contained in:
@@ -68,6 +68,7 @@ $(document).ready(function () {
|
||||
let timeStamp = new Date().getTime();
|
||||
$.get('./qrcode?t=' + timeStamp, function (data) {
|
||||
if (data.err == 0) {
|
||||
$('#qrcontainer').removeClass('hidden');
|
||||
$('.landing').addClass('is-loading');
|
||||
qrcode.clear();
|
||||
qrcode.makeCode(data.qrcode);
|
||||
|
Reference in New Issue
Block a user