新增安卓跳转谷歌方式
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user