Преглед изворни кода

feat: 修改iOS下载链接

yezhihao пре 5 месеци
родитељ
комит
70b5c78b40
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      pages/public/invite/download.vue

+ 4 - 2
pages/public/invite/download.vue

@@ -32,7 +32,8 @@
 					if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
 						this.showTip = true;
 					} 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 {
 					if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
@@ -71,7 +72,8 @@
 						}
 						
 					} 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搜索“亿职赞”')
 					}
 						
 				}