order expiry setter

master
yixian 7 years ago
parent bfbb4d37d9
commit 381114e974

@ -28,9 +28,6 @@ $(document).ready(function () {
method: 'GET',
dataType: 'json',
success: function (pay) {
if (window.client_moniker=='PINE'){
alert('pay json:'+JSON.stringify(pay));
}
if (pay.direct_paid) {
location.href = window.redirect;
return;
@ -48,9 +45,6 @@ $(document).ready(function () {
tradeNO: pay.trade_no
}, function (res) {
dataCache.paying = false;
if (window.client_moniker=='PINE'){
alert('callback:'+JSON.stringify(res));
}
if (res.resultCode == '9000') {
AlipayJSBridge.call('startApp', {
appId: '20000056',

Loading…
Cancel
Save