...
|
...
|
@@ -259,6 +259,11 @@ $('#apply-button').click(function() { |
|
|
bp.setContYas('YB_INST_OPEN_SUCCESS', {});
|
|
|
}
|
|
|
|
|
|
// 开通失败
|
|
|
if (result.data.status === '3') {
|
|
|
params.params.failReason = result.data.failReason || '姓名、身份证、银行卡不匹配';
|
|
|
}
|
|
|
|
|
|
if (asyncMode) {
|
|
|
yohoApp.invokeMethod('go.instalmentActivated', params.params);
|
|
|
} else {
|
...
|
...
|
|