<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="renderer" content="webkit">
<style type="text/css">
*{margin:0; padding:0;}
a{text-decoration: none;}
img{max-width: 100%; height: auto;}
.download{color: #4D4D4D; padding: 7.2% 6.8% 9.3%;}
.download .entry-hd{font-size: 2.4em; font-weight: bold; text-align: center;}
.download-btn{padding-top: 9%; text-align: center;}
.download-btn .android-btn{ width:auto; margin:0 auto;}
.footer-bg{background: #2D2D2D; color: #E4E4E4; padding: 3.4% 2%; text-align: center;}
.footer-bg .entry-con{font-size: 1em;}
#weixin-tip{display:none; position: fixed; left:0; top:0; background: rgba(0,0,0,0.8); filter:alpha(opacity=80); width: 100%; height:100%; z-index: 100;}
#weixin-tip p{text-align: center; margin-top: 10%; padding:0 5%; position: relative;}
#weixin-tip .close{
color: #fff;
padding: 5px;
font: bold 20px/20px simsun;
text-shadow: 0 1px 0 #ddd;
position: absolute;
top: 0; left: 5%;
}
</style>
<title>齐信管家安卓版app下载</title>
</head>
<body class="success">
<div class="page-wrap">
<div class="download">
<h3 class="entry-hd">
</h3>
<div class="download-btn"><a href="http://www.xx/test.apk" class="android-btn" id="J_weixin"><img src="img/android-btn.png" alt="安卓版下载"></a></div>
</div>
<div class="footer-bg">
<p class="entry-con">注:微信用户请在右上角选择“在浏览器中打开”,再选择下载应用</p>
</div>
</div>
<div id="weixin-tip"><p><img src="img/live_weixin.png" alt="微信打开"/><span id="close" title="关闭" class="close">×</span></p></div>
<script type="text/javascript">
var is_weixin = (function() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i) == "micromessenger") {
return true;
} else {
return false;
}
})();
window.onload = function(){
var winHeight = typeof window.innerHeight != 'undefined' ? window.innerHeight : document.documentElement.clientHeight;
var btn = document.getElementById('J_weixin');
var tip = document.getElementById('weixin-tip');
var close = document.getElementById('close');
if(is_weixin){
btn.onclick = function(e){
tip.style.height = winHeight + 'px';
tip.style.display = 'block';
return false;
}
close.onclick = function(){
tip.style.display = 'none';
}
}
}
</script>
</body>
</html>
微信朋友圈点击下载App弹出引导页引导在外部浏览器中打开
与本文相关的文章
- 弹出启动windows安全中心服务器,Win10每次开机都弹出启用Windows安全中心服务怎么办?...
- 电脑打开计算机显示远程过程调用失败,处置win7系统电脑弹出提示“远程过程调用失败且未执行”的还原步骤...
- 在eNSP和思科模拟器中分别模拟通过Console口登录设备(带外管理)
- Windows App开发之开发准备
- JavaScript 限制只能在微信浏览器中打开
- 普通浏览器实现点击打开微信app
- 在浏览器中禁止拖动元素打开新界面
- php网页只能在微信浏览器中打开
- w10打游戏老是弹出计算机,win10游戏频繁弹回桌面怎么办_win10玩游戏总切回桌面的解决方法-系统城...
- 使用Charles抓包Android App数据
- python获取已打开的网页内容_从Python3浏览器中已打开的网页获取HTML文件
- 浏览器中访问本地文件for mac
- uniapp 微信内置浏览器h5打开app
- h5页面提示只能在微信浏览器中打开_Javascript限制网页只能在微信内置浏览器中访问...
- 微信中打开下载链接提示浏览器中打开遮罩
- tensorboard在浏览器中打开问题
- win10系统本地搜索框无法使用,开始菜单打开慢,edge浏览器中的有些菜单变成了方框
- 我的世界java版为什么会闪退_我的世界总是闪退怎么办 闪退弹出解决方案
- 【点击链接,自动下载安装APP,小米公司的坑】在浏览器中, 我们以为回退就能解决误点击。其实是不管用的。
- 无线网卡在设备管理器中消失?教你如何逐步排查与解决
评论列表(0)
- 暂无评论