修改官网下载地址
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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
|
||||
})
|
||||
|
||||
|
@@ -295,7 +295,7 @@ function getConfig() {
|
||||
$(`.contactUs_pub .contactUs_pub_in ul .li3 span`).html(`<b>Email:</b> ${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;
|
||||
|
@@ -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
|
||||
})
|
Reference in New Issue
Block a user