Browse Source

修改下载下拉判断

lex-xin 4 years ago
parent
commit
3b258716fa

File diff suppressed because it is too large
+ 0 - 0
dist/app.500defff7b5310fb2e21.js


BIN
dist/app.500defff7b5310fb2e21.js.gz


BIN
dist/app.ce60a1b4cc9fca984765.js.gz


+ 1 - 1
dist/css/downLoad.e6fdf01e.css → dist/css/downLoad.1e4a0429.css

@@ -1 +1 @@
-.container[data-v-706e2134]{overflow:hidden;background:url(../img/bg.89575063.png) top no-repeat #fff;background-size:contain;min-height:100vh;text-align:center}.container .downloadBg[data-v-706e2134]{width:100%}.wxContainer[data-v-706e2134]{overflow:hidden;height:100vh}.van-button--primary[data-v-706e2134]{margin:.36rem 0 .18rem;background-color:#2dc7aa;border:1px solid #2dc7aa;color:#fff;font-size:.18rem;height:.5rem;line-height:.52rem;width:60%;margin-left:20%}.wxpopup[data-v-706e2134]{width:100%;height:100vh;position:absolute;top:0;left:0;background:rgba(0,0,0,.5)}.wxpopup img[data-v-706e2134]{width:88%;margin:0 6%}.errorPage[data-v-78163932]{min-height:100vh;overflow:hidden;text-align:center}.errorPage img[data-v-78163932]{width:60%;margin:.5rem auto .2rem}.errorPage p[data-v-78163932]{color:#999}
+.container[data-v-79379fd1]{overflow:hidden;background:url(../img/bg.89575063.png) top no-repeat #fff;background-size:contain;min-height:100vh;text-align:center}.container .downloadBg[data-v-79379fd1]{width:100%}.wxContainer[data-v-79379fd1]{overflow:hidden;height:100vh}.van-button--primary[data-v-79379fd1]{margin:.36rem 0 .18rem;background-color:#2dc7aa;border:1px solid #2dc7aa;color:#fff;font-size:.18rem;height:.5rem;line-height:.52rem;width:60%;margin-left:20%}.wxpopup[data-v-79379fd1]{width:100%;height:100vh;position:absolute;top:0;left:0;background:rgba(0,0,0,.5)}.wxpopup img[data-v-79379fd1]{width:88%;margin:0 6%}.errorPage[data-v-78163932]{min-height:100vh;overflow:hidden;text-align:center}.errorPage img[data-v-78163932]{width:60%;margin:.5rem auto .2rem}.errorPage p[data-v-78163932]{color:#999}

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/downLoad.745fff15.js


+ 4 - 3
src/views/downLoad.vue

@@ -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("请用手机或移动设备打开");
 				}

Some files were not shown because too many files changed in this diff