Commit 43fe1e77 authored by 黄媛媛's avatar 黄媛媛

修改下载页

parent 6e3be8db
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
bottom: 4rem; bottom: 4rem;
width: 100%; */ width: 100%; */
} }
#tc{ .tc{
position: fixed; position: fixed;
top: 0; top: 0;
height: 100%; height: 100%;
...@@ -58,6 +58,12 @@ ...@@ -58,6 +58,12 @@
width: 100%; width: 100%;
display: none; display: none;
} }
.tc .Img{
text-align: right;
padding-right: 1rem;
box-sizing: border-box;
margin-top: 1rem;
}
</style> </style>
</head> </head>
...@@ -71,7 +77,17 @@ ...@@ -71,7 +77,17 @@
<img src="../images/dload_logo.png" alt=""> <img src="../images/dload_logo.png" alt="">
</div> </div>
</div> </div>
<div id="tc"></div> <div id="tc1" class="tc"></div>
<div id="tc2" class="tc">
<div class="Img">
<div>
<img src="../images/down/jt.png" alt="">
</div>
<div style="margin-top:1rem">
<img src="../images/down/font.png" alt="">
</div>
</div>
</div>
</div> </div>
<script type="text/javascript" src="../js/jquery-1.10.2.js"></script> <script type="text/javascript" src="../js/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../js/md5.js"></script> <script type="text/javascript" src="../js/md5.js"></script>
...@@ -87,8 +103,7 @@ ...@@ -87,8 +103,7 @@
var u = navigator.userAgent, app = navigator.appVersion; var u = navigator.userAgent, app = navigator.appVersion;
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1;
if (ua.match(/MicroMessenger/i) == "micromessenger" && isAndroid) {//不在微信中打开并且不在android if (ua.match(/MicroMessenger/i) == "micromessenger" && isAndroid) {//不在微信中打开并且不在android
$('#tc').css('display', 'block') $('#tc2').css('display', 'block')
layer.msg('请在浏览器中打开!')
} }
} }
function downLoad(){ function downLoad(){
...@@ -96,13 +111,15 @@ ...@@ -96,13 +111,15 @@
var ua = navigator.userAgent.toLowerCase();//获取判断用的对象 var ua = navigator.userAgent.toLowerCase();//获取判断用的对象
if (ua.match(/MicroMessenger/i) == "micromessenger") {//在微信中打开 if (ua.match(/MicroMessenger/i) == "micromessenger") {//在微信中打开
$('#tc').css('display', 'block') $('#tc1').css('display', 'block')
} }
var u = navigator.userAgent, app = navigator.appVersion; var u = navigator.userAgent, app = navigator.appVersion;
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; //android终端或者uc浏览器 var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; //android终端或者uc浏览器
// var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 // var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
if(isAndroid){ if(isAndroid){
window.location.href='http://imgfile.oytour.com/app/oytourB2B.apk'; window.location.href='http://imgfile.oytour.com/app/oytourB2B.apk';
}else{ }else{
window.location.href='https://apps.apple.com/us/app/%E5%8D%B0%E8%B1%A1%E5%90%8C%E4%B8%9A/id1471616669?l=zh&ls=1'; window.location.href='https://apps.apple.com/us/app/%E5%8D%B0%E8%B1%A1%E5%90%8C%E4%B8%9A/id1471616669?l=zh&ls=1';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment