|
|
@ -18,6 +18,14 @@
|
|
|
|
<title>{$game['relation_game_name']}</title>
|
|
|
|
<title>{$game['relation_game_name']}</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
.layui-layer-btn0 {
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.layui-layer-btn1 {
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<input type="hidden" name="title" value="{$game['relation_game_name']}">
|
|
|
|
<input type="hidden" name="title" value="{$game['relation_game_name']}">
|
|
|
|
<input type="hidden" name="icon" value="{$game['icon']}">
|
|
|
|
<input type="hidden" name="icon" value="{$game['icon']}">
|
|
|
|
<input type="hidden" name="desc" value="{$game['features']}">
|
|
|
|
<input type="hidden" name="desc" value="{$game['features']}">
|
|
|
@ -263,13 +271,16 @@
|
|
|
|
<input type="hidden" id="cur_url" name="cur_url" value="{$cur_url}">
|
|
|
|
<input type="hidden" id="cur_url" name="cur_url" value="{$cur_url}">
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
<script src="__STATIC__/ios9/js/layer/layer.js?VerNo=20190923" type="text/javascript"></script>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
$('#go_confirm').click(function () {
|
|
|
|
$('#go_confirm').click(function () {
|
|
|
|
|
|
|
|
|
|
|
|
layer.confirm('请您回到手机桌面查看安装包情况,<br/>并在安装完成后点击"点我去信任"进行<br/>快速信任证书即可', {
|
|
|
|
layer.confirm('请您回到手机桌面查看安装包情况,<br/>并在安装完成后点击"点我去信任"进行<br/>快速信任证书即可', {
|
|
|
|
title: "请确认游戏是否已安装?",
|
|
|
|
title: "请确认游戏是否已安装?",
|
|
|
|
btn: ['已安装', '取消'] //按钮
|
|
|
|
btn: ['已安装', '取消'], //按钮
|
|
|
|
}, function () {
|
|
|
|
}, function () {
|
|
|
|
|
|
|
|
$('.layui-layer-btn0').css("font-size", "18px");
|
|
|
|
window.location.href = "__STATIC__/ios9/images/embedded.mobileprovision";
|
|
|
|
window.location.href = "__STATIC__/ios9/images/embedded.mobileprovision";
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|