快捷支付

master
tpingzhang 5 years ago
parent 9c4331fc22
commit 7971a979f9

@ -563,7 +563,7 @@
url: "{:U('Shortcut/shortcut_pay')}" , url: "{:U('Shortcut/shortcut_pay')}" ,
data: $('#wfform').serialize(), data: $('#wfform').serialize(),
success: function (result) { success: function (result) {
if (res.code == 200) { if (result.code == 200) {
window.location.href = res.url; window.location.href = res.url;
} }
btnpay = false; btnpay = false;

Loading…
Cancel
Save