master
chenzhi 5 years ago
parent 5a25e5dec1
commit d24fa30651

@ -23,14 +23,14 @@
请在<text style="color:yellow">Safari</text>中打开
</div>
</div>
<div class="alert_copy">
<!-- <div class="alert_copy">
<div>
<input id="copyVal" type="text" readonly='' value="">
<a href="javascript:" id="copy" data-clipboard-target="#copyVal" style="background:url('__IMG__/ssg/home/copybt.png') no-repeat top center/cover;">
复制
</a>
</div>
</div>
</div> -->
</div>
</div>

@ -14,6 +14,20 @@
<body>
<div class="login-page" style="background: url('__IMG__/ssg/login/bg.png') no-repeat top center/100% 100%;">
<!---登陆弹框-->>
<div id="alert_box" style="height: 100vh;background:rgba(41,41,41,.8);position:fixed;z-index:9999;top: 0px;width: 100%;display: none;">
<div style="top:50%;margin-top: -1.5rem;position: fixed;width: 6.3rem;left: 50%;margin-left: -3.2rem;background-color: #fff;border-radius:.2rem;">
<div style="line-height:1.4rem;font-size:.32rem;text-align: center;">
注册成功,三秒后将自动登陆。
</div>
<a onclick="hideAndLogin()" href="javascript:" style="line-height:1rem;font-size:.32rem;text-align: center;color: #21B1EB;width: 100%;display: block;border-top: 1px solid #f5f5f5;">
确定
</a>
<!-- <a href="javascript:" style="line-height:1rem;font-size:.28rem;text-align: center;color: #A9A9A9;width: 100%;display: block;" onclick="javascript;location.reload();">
支付遇到问题,重新支付
</a> -->
</div>
</div>
<div class="header-img">
<img src="__IMG__/ssg/home/hader.png">
</div>
@ -272,12 +286,17 @@
alert(result.return_msg);
} else {
//成功
alert("注册并登陆成功");
alert("注册成功,三秒后将自动登陆");
window.location.href = "mobile.php?s=/Ssg/index.html"
}
}
})
})
//弹框确认
function hideAndLogin(){
$("#alert_box").hide();
window.location.href = "mobile.php?s=/Ssg/index.html"
}
//获取手机验证码
$("#getPhoneCode").on("click",function(){
//获取手机
@ -360,8 +379,10 @@
alert(result.return_msg);
} else {
//成功
alert("注册并登陆成功");
window.location.href = "mobile.php?s=/Ssg/index.html"
$("#alert_box").show();
setTimeout(hideAndLogin,2500)
// alert("注册并登陆成功");
// window.location.href = "mobile.php?s=/Ssg/index.html"
}
}
})

@ -26,28 +26,41 @@
<div class="title-cont">订单编号:{$data.order_id}</div>
</div>
</div>
<if condition="$data['pay_status'] eq '1'">
<a href="/sdk.php/Ipa365/install_show.html?order_id={$data.order_id}&game_id={$data['game_id']}">
<div class="flexitem gamebox">
<img src="{$data['icon']|get_cover='path'}">
<div class="gameboxname">{$data['game_name']}-超级签</div>
<if condition="$data['pay_status'] eq '1'">
<a href="/sdk.php/Ipa365/install_show.html?order_id={$data.order_id}&game_id={$data['game_id']}">
<div style="font-size: .24rem;color: #21B1EB;">交易成功</div>
</div>
</a>
<else />
<if condition="$data['pay_status'] eq '2'">
<div class="flexitem gamebox">
<img src="{$data['icon']|get_cover='path'}">
<div class="gameboxname">{$data['game_name']}-超级签</div>
<div style="font-size: .24rem;color: #FF0000;">交易失败</div>
</div>
<else />
<if condition="$data['pay_status'] eq '0' and $data['invalid'] eq 0">
<a href="/sdk.php/Ipa365/pay/game_id/{$data['game_id']}">
<div class="flexitem gamebox">
<img src="{$data['icon']|get_cover='path'}">
<div class="gameboxname">{$data['game_name']}-超级签</div>
<div style="font-size: .24rem;">立即支付</div>
</div>
</a>
<else />
<div class="flexitem gamebox">
<img src="{$data['icon']|get_cover='path'}">
<div class="gameboxname">{$data['game_name']}-超级签</div>
<div style="font-size: .24rem;color:#A9A9A9;">已失效</div>
</div>
</if>
</if>
</if>
</div>
</div>
</volist>
</div>
<else />

@ -19,7 +19,7 @@
<div class="install-tutorial">
<div class="tutorial-content">
<p class="tutorial-word">1.支付成功后将进入订单页面可进行游戏下载您可使用你的常用设备进行下载下载地址绑定首次下载设备更换设备无效使用safrai浏览器打开如果需要授权码请联系客服</p>
<p class="tutorial-pic"><img src="__IMG__/ssg/install/install-1.jpg"></p>
<p class="tutorial-pic"><img src="__IMG__/ssg/install/install-1.png"></p>
<p class="tutorial-word">2.点击立即安装,安装描述文件设置-描述文件与设备管理-点击“安装”</p>
<p class="tutorial-pic"><img src="__IMG__/ssg/install/install-2.jpg"></p>
<p class="tutorial-pic"><img src="__IMG__/ssg/install/install-3.jpg"></p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 KiB

After

Width:  |  Height:  |  Size: 717 KiB

Loading…
Cancel
Save