mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-18 08:43:47 +08:00
更新于 07-06 03:16
This commit is contained in:
@@ -131,7 +131,6 @@ $(document).ready(function () {
|
|||||||
$.get('./qrcode?t=' + timeStamp, function (data) {
|
$.get('./qrcode?t=' + timeStamp, function (data) {
|
||||||
if (data.err == 0) {
|
if (data.err == 0) {
|
||||||
$('#refresh_qrcode').addClass('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