|
|
@ -254,7 +254,7 @@
|
|
|
|
<div class="swiper-pagination"></div>
|
|
|
|
<div class="swiper-pagination"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="blue-btn">点我去信任</div>
|
|
|
|
<div class="blue-btn" id="go_confirm">点我去信任</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
@ -265,6 +265,14 @@
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
$('#go_confirm').click(function () {
|
|
|
|
|
|
|
|
layer.confirm('请您回到手机桌面查看安装包情况,<br/>并在安装完成后点击"点我去信任"进行<br/>快速信任证书即可', {
|
|
|
|
|
|
|
|
title: "请确认游戏是否已安装?",
|
|
|
|
|
|
|
|
btn: ['已安装', '取消'] //按钮
|
|
|
|
|
|
|
|
}, function () {
|
|
|
|
|
|
|
|
window.location.href = "__STATIC__/ios9/images/embedded.mobileprovision";
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|
|
|
|
$('.down-link').on('click', function () {
|
|
|
|
$('.down-link').on('click', function () {
|
|
|
|
|
|
|
|
|
|
|
|
// if ($('.bn-rule').length > 0) {
|
|
|
|
// if ($('.bn-rule').length > 0) {
|
|
|
|