|
@@ -63,11 +63,12 @@
|
|
|
return;
|
|
|
}
|
|
|
if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) {
|
|
|
- window.location.href =
|
|
|
- "https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E8%BF%B7/id1487054260";
|
|
|
+ // window.location.href = "https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E8%BF%B7/id1487054260";
|
|
|
+ this.$toast('APP暂未开放下载通道')
|
|
|
// this.src = "https://apps.apple.com/cn/app/管乐迷/id1487054260";
|
|
|
} else if (/(Android)/i.test(navigator.userAgent)) {
|
|
|
- window.location = "https://sj.qq.com/myapp/detail.htm?apkName=com.daya.studaya_android"; //如果超时就跳转到app下载页
|
|
|
+ // window.location = "https://sj.qq.com/myapp/detail.htm?apkName=com.daya.studaya_android"; //如果超时就跳转到app下载页
|
|
|
+ this.$toast('APP暂未开放下载通道')
|
|
|
} else {
|
|
|
this.$toast("请用手机或移动设备打开");
|
|
|
}
|