|
|
@ -21,12 +21,13 @@ $(function () {
|
|
|
|
if (msg && msg.type == '3dsResult') {
|
|
|
|
if (msg && msg.type == '3dsResult') {
|
|
|
|
evt.stopPropagation();
|
|
|
|
evt.stopPropagation();
|
|
|
|
evt.stopImmediatePropagation();
|
|
|
|
evt.stopImmediatePropagation();
|
|
|
|
$('.threeds-container').addClass('hide');
|
|
|
|
|
|
|
|
if (msg.success) {
|
|
|
|
if (msg.success) {
|
|
|
|
location.href = './result'
|
|
|
|
location.href = './result'
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$errorMsgBox.text('[' + evt.errCode + ']' + evt.errMsg).show();
|
|
|
|
$errorMsgBox.text('[' + evt.errCode + ']' + evt.errMsg).show();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
$('.threeds-container').addClass('hide');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
if (window.three_ds_params) {
|
|
|
|
if (window.three_ds_params) {
|
|
|
|