Authored by chenl

删除分期测试代码。review by 张丽霞。

... ... @@ -101,12 +101,12 @@ export function onPressOpenNext() {
let {nextBtnEnable,cellList,nextProcessing} = newRegister;
let activateParams = {};
let newCellList = cellList;
// if (!nextBtnEnable) {
// return;
// }
if (!nextBtnEnable) {
return;
}
//跳转原生静态页面
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.instalmentActivated","params":{'status':'2','failReason':'您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥。'}}`;
ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url);
// let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.instalmentActivated","params":{'status':'2','failReason':'您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥。'}}`;
// ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url);
// ReactNative.NativeModules.YH_InstallmentHelper.gotoInstallmentStatusView('2', '您的授信未通过,在有货更多的消费,增加信用度,会大大提升审核通过率奥。');
// return;
... ...