Authored by chenl

删除log。review by 张丽霞。

... ... @@ -309,7 +309,7 @@ export default class InstallmentService {
return json2;
})
.catch((error) => {
console.log("chenlin_Err", error);
//console.log("chenlin_Err", error);
throw(error);
});
}
... ... @@ -326,11 +326,11 @@ export default class InstallmentService {
}
})
.then((json) => {
console.log("chenlin_success", json);
//console.log("chenlin_success", json);
return json;
})
.catch((error) => {
console.log("chenlin_Err", error);
//console.log("chenlin_Err", error);
throw(error);
});
}
... ... @@ -346,11 +346,11 @@ export default class InstallmentService {
}
})
.then((json) => {
console.log("chenlin_success", json);
//console.log("chenlin_success", json);
return json;
})
.catch((error) => {
console.log("chenlin_Err", error);
//console.log("chenlin_Err", error);
throw(error);
});
}
... ...