From ab746d13a8c3dbd03f55b5791900f8da8dd54acc Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Fri, 13 Jun 2025 16:02:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD=E5=AE=98?= =?UTF-8?q?=E7=BD=91=E5=9C=B0=E5=9D=80=E5=8F=8Adeeplink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/moliparty/activity/2024-invitationFission/js/share.js | 4 ++-- view/moliparty/activity/shortLink/js/index.js | 4 ++-- view/moliparty/home/js/index.js | 2 +- view/moliparty/modules/eventDetails/js/shareIndex.js | 4 ++-- view/moliparty/modules/payPc/js/index.js | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/view/moliparty/activity/2024-invitationFission/js/share.js b/view/moliparty/activity/2024-invitationFission/js/share.js index d96c276c..a3e141f4 100644 --- a/view/moliparty/activity/2024-invitationFission/js/share.js +++ b/view/moliparty/activity/2024-invitationFission/js/share.js @@ -128,9 +128,9 @@ $('.box .xz').click(function () { } else if (browser.android) { console.log('安卓'); timer = setTimeout(() => { - window.location.href = 'http://play.google.com/store/apps/details?id=com.hhchu.molistar' + window.location.href = 'https://moliparty.com/' }, 3000) - window.location.href = `molistar://app/invite?code=${inviteCode}` + window.location.href = `moliparty://app/invite?code=${inviteCode}` } else { console.log('其他') diff --git a/view/moliparty/activity/shortLink/js/index.js b/view/moliparty/activity/shortLink/js/index.js index ab61c437..c250df36 100644 --- a/view/moliparty/activity/shortLink/js/index.js +++ b/view/moliparty/activity/shortLink/js/index.js @@ -222,12 +222,12 @@ $("#copyBtn").click(function () { $(".open").click(function (event) { event.preventDefault(); // 阻止默认行为 - var deepLinkUrl = `molistar://app?code=${code}`; // 你的 Deep Link URL + var deepLinkUrl = `moliparty://app?code=${code}`; // 你的 Deep Link URL console.log(deepLinkUrl,'------') window.location.href = deepLinkUrl; // 设置超时检测 setTimeout(function() { - window.location.href = 'https://api.molistar.xyz/molistar/home/index.html' + window.location.href = 'https://moliparty.com/' }, 2000); // 超时时间 500ms }) diff --git a/view/moliparty/home/js/index.js b/view/moliparty/home/js/index.js index ffd589a4..502ae455 100644 --- a/view/moliparty/home/js/index.js +++ b/view/moliparty/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 = "http://play.google.com/store/apps/details?id=com.hhchu.molistar"; + and = "https://moliparty.com/"; ios = res.data.iosUrl; androidSkipType = res.data.androidSkipType; iosSkipType = res.data.iosSkipType; diff --git a/view/moliparty/modules/eventDetails/js/shareIndex.js b/view/moliparty/modules/eventDetails/js/shareIndex.js index ec3d1858..d0c8bc2b 100644 --- a/view/moliparty/modules/eventDetails/js/shareIndex.js +++ b/view/moliparty/modules/eventDetails/js/shareIndex.js @@ -126,11 +126,11 @@ function getData() { $(".foot_btn").click(function (event) { event.preventDefault(); // 阻止默认行为 - var deepLinkUrl = `molistar://app?code=${code}`; // 你的 Deep Link URL + var deepLinkUrl = `moliparty://app?code=${code}`; // 你的 Deep Link URL console.log(deepLinkUrl,'------deepLinkUrl') window.location.href = deepLinkUrl; // 设置超时检测 setTimeout(function() { - window.location.href = 'https://api.molistar.xyz/molistar/home/index.html' + window.location.href = 'https://moliparty.com/' }, 2000); // 超时时间 500ms }) \ No newline at end of file diff --git a/view/moliparty/modules/payPc/js/index.js b/view/moliparty/modules/payPc/js/index.js index 5046a17b..25863130 100644 --- a/view/moliparty/modules/payPc/js/index.js +++ b/view/moliparty/modules/payPc/js/index.js @@ -1,6 +1,6 @@ var browser = checkVersion(); const urlPrefix = getUrlPrefix(); -const urlTest = "https://api.molistarlive.com"; +const urlTest = "https://api.moliparty.com"; const urlProduct = "http://beta.api.molistarlive.com"; let arr = []; let arr2 = [];