Authored by 王水玲

分期开通失败原因修改

@@ -68,7 +68,7 @@ const _reviewStatus = (res, req, uid, status) => { @@ -68,7 +68,7 @@ const _reviewStatus = (res, req, uid, status) => {
68 return { 68 return {
69 error: true, 69 error: true,
70 failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥' 70 failReason: '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥'
71 - } 71 + };
72 } 72 }
73 }; 73 };
74 74