|
@@ -32,7 +32,8 @@
|
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
|
|
|
this.showTip = true;
|
|
this.showTip = true;
|
|
|
} else if (u.indexOf('iPhone') > -1) { //苹果手机
|
|
} else if (u.indexOf('iPhone') > -1) { //苹果手机
|
|
|
- this.$queue.showToast('iOS系统请在APPStore搜索“亿职赞”');
|
|
|
|
|
|
|
+ window.location.href = 'https://apps.apple.com/cn/app/%E4%BA%BF%E8%81%8C%E8%B5%9E/id6756013968'
|
|
|
|
|
+ // this.$queue.showToast('iOS系统请在APPStore搜索“亿职赞”');
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
|
|
@@ -71,7 +72,8 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
} else if (u.indexOf('iPhone') > -1) { //苹果手机
|
|
} else if (u.indexOf('iPhone') > -1) { //苹果手机
|
|
|
- this.$queue.showToast('iOS系统请在APPStore搜索“亿职赞”')
|
|
|
|
|
|
|
+ window.location.href = 'https://apps.apple.com/cn/app/%E4%BA%BF%E8%81%8C%E8%B5%9E/id6756013968'
|
|
|
|
|
+ // this.$queue.showToast('iOS系统请在APPStore搜索“亿职赞”')
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|