3ds 流程优化

master
yixian 3 years ago
parent 4caba62bf8
commit b5c7c52484

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

Loading…
Cancel
Save