From bcfca25c553de6e5c0fbdc7b8386bbe7bf80f27f Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Thu, 12 Jun 2025 15:53:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=98=E7=BD=91=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/eparty/activity/2024-invitationFission/js/share.js | 2 +- view/eparty/activity/shortLink/js/index.js | 2 +- view/eparty/home/js/index.js | 2 +- view/eparty/modules/eventDetails/js/shareIndex.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/eparty/activity/2024-invitationFission/js/share.js b/view/eparty/activity/2024-invitationFission/js/share.js index 73969a3..f193494 100644 --- a/view/eparty/activity/2024-invitationFission/js/share.js +++ b/view/eparty/activity/2024-invitationFission/js/share.js @@ -128,7 +128,7 @@ $('.box .xz').click(function () { } else if (browser.android) { console.log('安卓'); timer = setTimeout(() => { - window.location.href = 'https://api.epartylive.com/eparty/home/index.html' + window.location.href = 'https://epartylive.com/' }, 3000) window.location.href = `EParty://app/invite?code=${inviteCode}` } else { diff --git a/view/eparty/activity/shortLink/js/index.js b/view/eparty/activity/shortLink/js/index.js index dce29c0..4325ba5 100644 --- a/view/eparty/activity/shortLink/js/index.js +++ b/view/eparty/activity/shortLink/js/index.js @@ -227,7 +227,7 @@ $(".open").click(function (event) { window.location.href = deepLinkUrl; // 设置超时检测 setTimeout(function() { - window.location.href = 'https://api.epartylive.com/eparty/home/index.html' + window.location.href = 'https://epartylive.com/' }, 2000); // 超时时间 500ms }) diff --git a/view/eparty/home/js/index.js b/view/eparty/home/js/index.js index 246e1c6..4c66504 100644 --- a/view/eparty/home/js/index.js +++ b/view/eparty/home/js/index.js @@ -295,7 +295,7 @@ function getConfig() { $(`.contactUs_pub .contactUs_pub_in ul .li3 span`).html(`Email: ${res.data.contact2}`); // 賦值下載 // and = res.data.androidUrl; - and = "https://api.epartylive.com/eparty/home/index.html"; + and = "https://epartylive.com/"; ios = res.data.iosUrl; androidSkipType = res.data.androidSkipType; iosSkipType = res.data.iosSkipType; diff --git a/view/eparty/modules/eventDetails/js/shareIndex.js b/view/eparty/modules/eventDetails/js/shareIndex.js index 61df173..c277dd2 100644 --- a/view/eparty/modules/eventDetails/js/shareIndex.js +++ b/view/eparty/modules/eventDetails/js/shareIndex.js @@ -131,6 +131,6 @@ $(".foot_btn").click(function (event) { window.location.href = deepLinkUrl; // 设置超时检测 setTimeout(function() { - window.location.href = 'https://api.epartylive.com/eparty/home/index.html' + window.location.href = 'https://epartylive.com/' }, 2000); // 超时时间 500ms }) \ No newline at end of file