You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
309 lines
10 KiB
HTML
309 lines
10 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<link rel="stylesheet" href="__CSS__/weui.min.css">
|
|
<script src="__JS__/flex.min.js"></script>
|
|
<script src="__JS__/jquery-1.11.1.min.js"></script>
|
|
<title>支付中心</title>
|
|
</head>
|
|
<style>
|
|
html,
|
|
body {
|
|
background-color: #F5F5F5;
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
.weui-cells {
|
|
border-radius: .2rem;
|
|
box-shadow: 0px 0px .05rem rgba(0, 0, 0, .2);
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.weui-cell {
|
|
height: 0.75rem;
|
|
font-size: .28rem;
|
|
color: #292929;
|
|
padding: 0px .3rem;
|
|
}
|
|
|
|
|
|
img {
|
|
width: .72rem;
|
|
height: .72rem;
|
|
margin-right: .2rem;
|
|
/* margin: .3rem; */
|
|
}
|
|
.paylist .weui-cell {
|
|
padding: .2rem .3rem;
|
|
height: 1rem;
|
|
}
|
|
|
|
.paylist .weui-cell__hd {
|
|
display: flex;
|
|
}
|
|
|
|
.weui-cells:after {
|
|
border: 0px;
|
|
}
|
|
|
|
.weui-cells:before {
|
|
border: 0px;
|
|
}
|
|
|
|
@media screen and (orientation: portrait) {
|
|
.box{
|
|
padding:.3rem;
|
|
}
|
|
.bottombutton{
|
|
height:1rem;background-color: #21B1EB;color: #ffffff;font-size: .32rem;text-align: center;line-height:1rem;bottom: 0px;
|
|
position: fixed;left: 0;right: 0;
|
|
}
|
|
.pay-info,.paylist{
|
|
margin-top: .3rem;
|
|
}
|
|
}
|
|
@media screen and (orientation: landscape) {
|
|
/*横屏 css*/
|
|
.box{
|
|
padding:.24rem .5rem;
|
|
}
|
|
.pay-info,.paylist{
|
|
margin-top: .24rem;
|
|
}
|
|
.bottombutton{
|
|
height:1rem;background-color: #21B1EB;color: #ffffff;font-size: .32rem;text-align: center;line-height:1rem;
|
|
width: 7.5rem;border-radius: .2rem;position: absolute;left: 50%;margin: .5rem 0 .5rem -3.75rem;
|
|
}
|
|
body{
|
|
padding-bottom: .50rem;
|
|
}
|
|
.paylist-box{
|
|
display: flex;
|
|
height: auto;
|
|
flex-wrap:wrap;
|
|
|
|
}
|
|
.paylist-box .weui-cell{
|
|
min-width: 30%;
|
|
box-sizing: content-box;
|
|
margin-left: 3%;
|
|
padding: .16rem .0rem;
|
|
}
|
|
.paylist-box .weui-cell:before{
|
|
content: none;
|
|
}
|
|
}
|
|
.border-half-line{
|
|
width: 97%;
|
|
margin-left: 3%;
|
|
float:left;
|
|
height:1px;
|
|
background-color: #e5e5e5;
|
|
-webkit-transform:scale(1,0.5);
|
|
transform:scale(1,0.5);
|
|
-webkit-transform-origin:top center;
|
|
transform-origin: top center
|
|
}
|
|
.showotherpay{
|
|
width: 100%;height: .9rem;background-color: #ffffff;font-size: .28rem;text-align: center;color: #A9A9A9;line-height: .9rem;margin-top: .3rem;
|
|
}
|
|
|
|
.noborder.weui-cell:before{
|
|
height: 0px;
|
|
border: 0px;
|
|
}
|
|
.noborder{
|
|
margin-top: -.38rem;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<input type="hidden" name="sdk_version" id="sdk_version" value="{$sdk_version}"/>
|
|
<input type="hidden" name="small_json" id="small_json" value='{$small_json}'/>
|
|
<div class="box">
|
|
<div class="weui-cells">
|
|
<div class="weui-cell">
|
|
<div class="weui-cell__bd">
|
|
<p style="font-size: .28rem;">订单金额: <span style="margin-left: .2rem;color: red;">¥{$data['price']}元</span></p>
|
|
</div>
|
|
<!-- <div class="weui-cell__ft" style="color: red">¥{$data['price']}元</div> -->
|
|
</div>
|
|
<div class="weui-cell noborder">
|
|
<div class="weui-cell__bd">
|
|
<p style="font-size: .24rem;color: #A9A9A9;">您的账户余额: <span style="margin-left: .2rem;">{$balance+$bind_balance}平台币</span></p>
|
|
</div>
|
|
<!-- <div class="weui-cell__ft" style="color: #A9A9A9;">{$balance+$bind_balance}平台币</div> -->
|
|
</div>
|
|
</div>
|
|
<div class="weui-cells pay-info">
|
|
<div class="weui-cell">
|
|
<div class="weui-cell__bd">
|
|
<p>适用平台余额:</p>
|
|
</div>
|
|
<div class="weui-cell__ft" style="color: #292929">-¥{$apply_money}</div>
|
|
</div>
|
|
<div class="weui-cell">
|
|
<div class="weui-cell__bd">
|
|
<p>还需支付:</p>
|
|
</div>
|
|
<div data-pay_price="{$pay_price}" id="pay_price" class="weui-cell__ft" style="color: red">¥{$pay_price}</div>
|
|
</div>
|
|
</div>
|
|
<div class="weui-cells paylist">
|
|
<div class="weui-cells__title" style="line-height: .64rem;color: #a9a9a9;font-size:.24rem;margin: 0px;">
|
|
请选择支付方式</div>
|
|
<div class="border-half-line" style="position: absolute;"></div>
|
|
<div class="paylist-box">
|
|
<if condition="C('alipay.status') eq 1 or (C('goldpig.status') eq 1 and C('goldpig.zfb') eq 1) or (C('sqpay.status') eq 1 and C('sqpay.zfb') eq 1)">
|
|
<a id="alipaybtn" class="weui-cell" href="javascript:;" data-url="{:U('PayH5/ali_pay',array('user_id'=>I('user_id'),'game_id'=>I('game_id'),'user_token'=>I('user_token')))}" id="alipaybtn" class="recharge_way_btn recharge_way_btn_alipay">
|
|
|
|
<div class="weui-cell__hd"><img src="__IMG__/alipay.png"></div>
|
|
<div class="weui-cell__bd">
|
|
<p style="color: #292929;font-size:.28rem;">支付宝支付</p>
|
|
<p style="color: #a9a9a9;font-size:.2rem;">推荐支付宝用户使用</p>
|
|
</div>
|
|
</a>
|
|
</if>
|
|
<if condition="$pay_price elt C('WX_PAY_LIMIT')">
|
|
<if condition="C('wei_xin.status') eq 1 or C('weixin_gf.status') eq 1 or (C('goldpig.status') eq 1 and C('goldpig.wx') eq 1) or (C('heepay.status') eq 1 and C('heepay.wxp') eq 1) or (C('sqpay.status') eq 1 and C('sqpay.wx_small') eq 1)">
|
|
<a id="wxpay" class="weui-cell" data-url="{:U('PayH5/weixin_pay',array('user_id'=>I('user_id'),'game_id'=>I('game_id'),'user_token'=>I('user_token')))}" class="recharge_way_btn recharge_way_btn_wechat">
|
|
<div class="weui-cell__hd"><img src="__IMG__/wxpay.png"></div>
|
|
<div class="weui-cell__bd">
|
|
<p style="color: #292929;font-size:.28rem;">微信支付</p>
|
|
<p style="color: #a9a9a9;font-size:.2rem;">推荐微信用户使用</p>
|
|
</div>
|
|
</a>
|
|
</if>
|
|
</if>
|
|
<if condition="C('sqpay.status') eq 1 and C('sqpay.shortcut') eq 1">
|
|
<a id="shorcut" class="weui-cell" data-url="{:U('WapPay/wap_shortcut_pay', array('user_id'=>I('user_id'),'game_id'=>I('game_id'),'user_token'=>I('user_token')))}" class="recharge_way_btn recharge_way_btn_alipay">
|
|
<div class="weui-cell__hd"><img src="__IMG__/onlinepay.png"></div>
|
|
<div class="weui-cell__bd">
|
|
<p style="color: #292929;font-size:.28rem;">快捷支付</p>
|
|
<p style="color: #a9a9a9;font-size:.2rem;">可在线快捷支付</p>
|
|
</div>
|
|
</a>
|
|
</if>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<!---微信支付存在时有更多支付出现-->
|
|
<!-- <if condition="$pay_price elt C('WX_PAY_LIMIT')">
|
|
<if condition="C('wei_xin.status') eq 1 or C('weixin_gf.status') eq 1 or (C('goldpig.status') eq 1 and C('goldpig.wx') eq 1) or (C('heepay.status') eq 1 and C('heepay.wxp') eq 1) or (C('sqpay.status') eq 1 and C('sqpay.wx_small') eq 1)">
|
|
<div class="showotherpay weui-cells">
|
|
其他支付方式
|
|
</div>
|
|
</if>
|
|
</if> -->
|
|
|
|
|
|
</div>
|
|
<botton id="platform_pay" class="bottombutton">
|
|
确认支付
|
|
</botton>
|
|
</body>
|
|
<script>
|
|
|
|
function small_program(status) {
|
|
//alert(status);
|
|
if (status == "1") { // 小程序
|
|
if ($('#sdk_version').val() == 1) { // android
|
|
window.txyxsdk.getSmallRoutine($('#small_json').val());
|
|
} else {
|
|
window.webkit.messageHandlers.miniprogramPay.postMessage($('#small_json').val());
|
|
}
|
|
|
|
return false;
|
|
}
|
|
$(this).removeAttr("onclick", "");
|
|
|
|
return true;
|
|
}
|
|
|
|
$(function() {
|
|
var flag = false;
|
|
$("#shorcut").on('click', function() {
|
|
if (flag) return ;
|
|
flag = true;
|
|
var url = $(this).data('url');
|
|
window.location.href = url;
|
|
});
|
|
|
|
$("#wxpay").on('click', function() {
|
|
if (flag) return ;
|
|
flag = true;
|
|
$r = small_program("{:C('sqpay.wx_small')}");
|
|
if ($r) {
|
|
var url = $(this).data('url');
|
|
|
|
$.ajax({
|
|
type:'post',
|
|
dataType:'json',
|
|
data:{},
|
|
url:url,
|
|
success:function(result) {
|
|
if(result.code==200) {
|
|
window.location.href = result.url;
|
|
}
|
|
}
|
|
});
|
|
|
|
//window.location.href = $(this).data('url');
|
|
}
|
|
|
|
});
|
|
|
|
if ($("#pay_price").data("pay_price") == 0) {
|
|
$("#platform_pay").show();
|
|
$(".paylist").hide();
|
|
$(".showotherpay").hide();
|
|
} else {
|
|
$("#platform_pay").hide();
|
|
$(".paylist").show();
|
|
$(".showotherpay").show();
|
|
}
|
|
// $(".showotherpay").on("click",function(){
|
|
// $("#wxpay").show();
|
|
// $(this).hide();
|
|
// })
|
|
|
|
$("#platform_pay").click(function() {
|
|
var url = "{:U('PayH5/platform_coin_deduction',array('user_id'=>I('user_id'),'game_id'=>I('game_id'),'user_token'=>I('user_token')))}";
|
|
window.location.href = url;
|
|
});
|
|
|
|
$('#alipaybtn').on('click',function() {
|
|
if (flag) return ;
|
|
flag = true;
|
|
var url = $(this).data('url');
|
|
|
|
$.ajax({
|
|
type:'post',
|
|
dataType:'json',
|
|
data:{},
|
|
url:url,
|
|
success:function(result) {
|
|
if(result.code==200) {
|
|
window.location.href = result.url;
|
|
}
|
|
}
|
|
});
|
|
|
|
|
|
return false;
|
|
});
|
|
|
|
});
|
|
</script>
|
|
</html> |