mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2026-03-25 08:34:25 +08:00
更新于 07-05 22:20
This commit is contained in:
@@ -42,7 +42,7 @@ $(document).ready(function () {
|
|||||||
$('#qrcontainer').addClass('hidden');
|
$('#qrcontainer').addClass('hidden');
|
||||||
$('#refresh_qrcode').addClass('hidden');
|
$('#refresh_qrcode').addClass('hidden');
|
||||||
userCookie = data.cookie;
|
userCookie = data.cookie;
|
||||||
msg = data.msg || '无备注';
|
msg = data.msg;
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
title: msg || '🎈添加成功🎈',
|
title: msg || '🎈添加成功🎈',
|
||||||
/*
|
/*
|
||||||
@@ -88,9 +88,6 @@ $(document).ready(function () {
|
|||||||
let timeStamp = new Date().getTime();
|
let timeStamp = new Date().getTime();
|
||||||
$.get('./qrcode?t=' + timeStamp, function (data) {
|
$.get('./qrcode?t=' + timeStamp, function (data) {
|
||||||
if (data.err == 0) {
|
if (data.err == 0) {
|
||||||
$('#qrcontainer').removeClass('hidden');
|
|
||||||
$('#refresh_qrcode').addClass('hidden');
|
|
||||||
$('.landing').addClass('is-loading');
|
|
||||||
window.location.href = `openapp.jdmobile://virtual/ad?params=${encodeURI(
|
window.location.href = `openapp.jdmobile://virtual/ad?params=${encodeURI(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
category: 'jump',
|
category: 'jump',
|
||||||
|
|||||||
Reference in New Issue
Block a user