|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1 minimum-scale=1, maximum-scale=1, user-scalable=no" >
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-touch-fullscreen" content="yes">
|
|
|
|
|
<link href="css/common.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<title>下载</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="bn-rule"><img id="rule-img" src=""></div>
|
|
|
|
|
<div class="open-box install-open" style=""></div>
|
|
|
|
|
<div class="box-con install-box" style="">
|
|
|
|
|
<div class="box-tit">升级IOS9后,游戏打不开怎么办?</div>
|
|
|
|
|
<div class="box-scroll" id="jq_box_scroll">
|
|
|
|
|
<div class="swiper-wrapper" style="width: 1050px; height: 262px; transform: translate3d(-630px, 0px, 0px); transition-duration: 0.3s;">
|
|
|
|
|
<div class="swiper-slide" style="width: 210px; height: 262px;">
|
|
|
|
|
<div class="scroll-word">
|
|
|
|
|
<p class="word-up">一、游戏安装完毕,点击游戏图标弹出如下提示:</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="scroll-img"><img src="images/1.jpg" alt=""></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="swiper-slide" style="width: 210px; height: 262px;">
|
|
|
|
|
<div class="scroll-word">
|
|
|
|
|
<p class="word-up">二、进入[设置]-[通用]-[描述文件]:找到对应证书名称</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="scroll-img"><img src="images/2.jpg" alt=""></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="swiper-slide" style="width: 210px; height: 262px;">
|
|
|
|
|
<div class="scroll-word">
|
|
|
|
|
<p class="word-up">三、信任当前证书</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="scroll-img"><img src="images/3.jpg" alt=""></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="swiper-slide swiper-slide-visible swiper-slide-active" style="width: 210px; height: 262px;">
|
|
|
|
|
<div class="scroll-word">
|
|
|
|
|
<p class="word-up">四、下载过程中若出现以下情况,请检查网络和内存再次尝试下载</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="scroll-img"><img src="images/4.jpg" alt=""></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="swiper-slide" style="width: 210px; height: 262px;">
|
|
|
|
|
<div class="scroll-word">
|
|
|
|
|
<p class="word-up">五、如果您已验证并正常体验游戏,一段时间后,点击游戏图标再次出现信任提示且无法信任时,请卸载游戏包,重新安装游戏验证。</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box-pagination">
|
|
|
|
|
<span class="swiper-pagination-switch"></span>
|
|
|
|
|
<span class="swiper-pagination-switch"></span>
|
|
|
|
|
<span class="swiper-pagination-switch"></span>
|
|
|
|
|
<span class="swiper-pagination-switch swiper-visible-switch swiper-active-switch"></span>
|
|
|
|
|
<span class="swiper-pagination-switch"></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="scroll-btn"><a href="javascript:;" onclick="ClickTipsDown()">点我去信任</a></div>
|
|
|
|
|
</div>
|
|
|
|
|
<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
|
|
|
|
|
<script type="text/javascript" src="js/idangerous.swiper.min.js"></script>
|
|
|
|
|
<script src="js/layer/layer.js?VerNo=20190923" type="text/javascript"></script>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
function ClickTipsDown() {
|
|
|
|
|
layer.confirm('请您回到手机桌面查看安装包情况,<br/>并在安装完成后点击"点我去信任"进行<br/>快速信任证书即可', {
|
|
|
|
|
title: "请确认游戏是否已安装?",
|
|
|
|
|
btn: ['已安装', '取消'] //按钮
|
|
|
|
|
}, function () {
|
|
|
|
|
window.location.href = "images/embedded.mobileprovision";
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
var un = navigator.userAgent;
|
|
|
|
|
var ruleImg = document.getElementById('rule-img');
|
|
|
|
|
if (un.indexOf('Android') > -1 || un.indexOf('Adr') > -1) {
|
|
|
|
|
ruleImg.src = "/Content/Image/android-rule.png";
|
|
|
|
|
} else if ((un.toLowerCase().indexOf('iphone') > -1 ||un.toLowerCase().indexOf('ipad') > -1) && (un.toLowerCase().indexOf("qq/") > -1 || un.toLowerCase().indexOf("micromessenger") > -1)) {
|
|
|
|
|
ruleImg.src = "/Content/Image/ios-rule.png";
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
$(".install-open").show();
|
|
|
|
|
$(".install-box").show();
|
|
|
|
|
$("#jq_box_scroll").swiper({
|
|
|
|
|
pagination: ".box-pagination",
|
|
|
|
|
autoplay: 3e3,
|
|
|
|
|
autoplayDisableOnInteraction: !1,
|
|
|
|
|
calculateHeight: !0,
|
|
|
|
|
createPagination: false
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
//setTimeout(function () {
|
|
|
|
|
// var url = window.location.pathname + "?IsDown=0&s=";
|
|
|
|
|
// window.location.href = url;
|
|
|
|
|
// }, 500);
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<div class="layui-layer-move"></div>
|
|
|
|
|
</body>
|