新增安卓跳转谷歌方式

This commit is contained in:
dragon
2024-04-26 17:38:53 +08:00
parent c624fe12f2
commit 09070b47aa

View File

@@ -122,15 +122,13 @@ function get() {
})
}
$('.box .xz').click(function () {
// if (browser.ios) {
// window.location.href = `https://cebg.t4m.cn/`
// }
if (browser.ios) {
window.location.href = `https://cebg.t4m.cn/`
return
} else if (browser.android) {
console.log('安卓');
timer = setTimeout(() => {
// window.location.href = 'https://www.baidu.com/'
window.location.href = 'http://play.google.com/store/apps/details?id=com.hhchu.molistar'
}, 3000)
window.location.href = `molistar://app/invite?code=${inviteCode}`
} else {