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