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