|
@@ -30,7 +30,7 @@
|
|
|
const ua = u.toLowerCase();
|
|
const ua = u.toLowerCase();
|
|
|
if (ua.match(/MicroMessenger/i) == 'micromessenger') {
|
|
if (ua.match(/MicroMessenger/i) == 'micromessenger') {
|
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
|
|
|
- that.showTip = true;
|
|
|
|
|
|
|
+ this.showTip = true;
|
|
|
} else if (u.indexOf('iPhone') > -1) { //苹果手机
|
|
} else if (u.indexOf('iPhone') > -1) { //苹果手机
|
|
|
this.$queue.showToast('iOS系统请在APPStore搜索“亿职赞”');
|
|
this.$queue.showToast('iOS系统请在APPStore搜索“亿职赞”');
|
|
|
}
|
|
}
|